Std.Random.Generator
1 declaration
type
GeneratorThis declaration introduces a public type.
What it does
A generator's state: one number that carries everything it remembers.
A value rather than something hidden, so a program that generates the same
sequence twice does so because it asked to and not by accident. Every
operation answers with the next generator beside its value.
Read the signature
- This declaration has no value signature because it introduces a type or trait.
