Function RandomNumberGenerator.randiRange

Generates a pseudo-random 32-bit signed integer between from and to (inclusive).

long randiRange (
  const(long) from,
  const(long) to
) nothrow @nogc;