Generates a random integer number between from and to.
from
to
Delegates the Math.random's PRNG algorithm to randomness.
Math.random
A floating point number between from and to.
Lower boundary to the generated value (inclusive).
Upper boundary to the generated value (exclusive).
Generated using TypeDoc
Generates a random integer number between
from
andto
.Delegates the
Math.random
's PRNG algorithm to randomness.Returns
A floating point number between
from
andto
.