The OpenD Programming Language

Rng.seed

Seeds the generator, calling the delegate zero (if it is a true rng), one, or more times to get all the state it needs.

interface Rng
void
seed
(
scope ulong delegate
()
getEntropy
)

Meta