Function RandomNumberGenerator.randfRange

Generates a pseudo-random float between from and to (inclusive).

double randfRange (
  const(double) from,
  const(double) to
) nothrow @nogc;