RandomNumberGenerator.dice

Calls seed, then returns the remainder of the seed divided by s. Intended to simplify the use of rng.seed() % s style of use of this

struct RandomNumberGenerator
@nogc @safe pure nothrow
ulong
dice
(
const uint s
)

Meta