8 #ifndef PB_GB_RANDOM_HEADER
9 #define PB_GB_RANDOM_HEADER
11 #include <boost/random/uniform_smallint.hpp>
12 #include <boost/random/linear_congruential.hpp>
13 #include <boost/random/variate_generator.hpp>
17 typedef boost::variate_generator<base_generator_type&, distribution_type>
bool_gen_type;
void set_random_seed(unsigned int seed)
Definition: randomset.cc:18
#define END_NAMESPACE_PBORIGB
Definition: groebner_defs.h:16
boost::minstd_rand base_generator_type
Definition: randomset.h:15
boost::uniform_smallint distribution_type
Definition: randomset.h:16
#define BEGIN_NAMESPACE_PBORIGB
Definition: groebner_defs.h:15
MonomialSet random_set(const Monomial &variables, unsigned int len)
Definition: randomset.cc:44
boost::variate_generator< base_generator_type &, distribution_type > bool_gen_type
Definition: randomset.h:17
Definition: BooleSet.h:57
This class is just a wrapper for using variables from cudd's decicion diagram.
Definition: BooleMonomial.h:50