MCPcopy Create free account
hub / github.com/Singular/Singular / IntRandom

Class IntRandom

factory/cf_random.h:55–65  ·  view source on GitHub ↗

* generate random integers **/

Source from the content-addressed store, hash-verified

53 * generate random integers
54**/
55class IntRandom : public CFRandom
56{
57private:
58 int max;
59public:
60 IntRandom();
61 IntRandom( int m );
62 ~IntRandom();
63 CanonicalForm generate() const;
64 CFRandom * clone() const;
65};
66
67/**
68 * generate random elements in F_p(alpha)

Callers 7

choosePointFunction · 0.85
ezgcdFunction · 0.85
ZFactorizeMultiFunction · 0.85
multiFactorizeFunction · 0.85
RothsteinTragerResultantFunction · 0.85
evalPoints4AbsFactFunction · 0.85
absFactorizeMainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected