generator: be quicker by default

This commit is contained in:
Mirek Kratochvil 2013-01-13 23:27:21 +01:00
parent e584947e65
commit bbbd4bd8bd

View file

@ -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.