Function RandomNumberGenerator.randf
Generates a pseudo-random float between 0.0 and 1.0 (inclusive).
double randf() nothrow @nogc;
Generates a pseudo-random float between 0.0 and 1.0 (inclusive).
double randf() nothrow @nogc;