rndGen

fnRandom rndGen() @property ref @safe nothrow @nogc

Global random number generator used by various functions in this module whenever no generator is specified. It is allocated per-thread and initialized to an unpredictable value for each thread.

Returns

A singleton instance of the default random number generator