PolyBoRi
|
#include "groebner_defs.h"
#include <boost/random/uniform_smallint.hpp>
#include <boost/random/linear_congruential.hpp>
#include <boost/random/variate_generator.hpp>
Go to the source code of this file.
Namespaces | |
namespace | PBORINAME |
namespace | PBORINAME::groebner |
Typedefs | |
typedef boost::minstd_rand | PBORINAME::groebner::base_generator_type |
typedef boost::uniform_smallint | PBORINAME::groebner::distribution_type |
typedef boost::variate_generator < base_generator_type &, distribution_type > | PBORINAME::groebner::bool_gen_type |
Functions | |
MonomialSet | PBORINAME::groebner::random_set (const Monomial &variables, unsigned int len) |