generator: be quicker by default
This commit is contained in:
parent
e584947e65
commit
bbbd4bd8bd
|
@ -35,7 +35,7 @@ public:
|
||||||
r.clear();
|
r.clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
void seed (uint bits, bool quick);
|
void seed (uint bits, bool quick = true);
|
||||||
|
|
||||||
uint random (uint n) {
|
uint random (uint n) {
|
||||||
//rand_max is 2^32.
|
//rand_max is 2^32.
|
||||||
|
|
Loading…
Reference in a new issue