linbox
Data Structures
LinBox::IteratorCategories Namespace Reference

Information about the type of Prime Iterator. More...

Data Structures

struct  DeterministicTag
 Iterator following a deterministic sequence of primes (from the largest one, in decreasing order. More...
 
struct  HeuristicTag
 Iterator sampling randomly (no distribution guaranteed whatsoever) from all primes of given bitsize. More...
 
struct  UniformTag
 Iterator sampling uniformly from all primes of given bitsize. More...
 

Detailed Description

Information about the type of Prime Iterator.