The "default", "recommended" RNG type for the current platform, implemented
as an alias to one of the generators defined elsewhere in this module.
Its use is suggested if you want to generate good-quality random numbers
without caring about the minutiae of the method being used. The default
thread-local RNG instance rndGen is of type Random.
The "default", "recommended" RNG type for the current platform, implemented as an alias to one of the generators defined elsewhere in this module. Its use is suggested if you want to generate good-quality random numbers without caring about the minutiae of the method being used. The default thread-local RNG instance rndGen is of type Random.