We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The simple way to use
var rng = new Xoroshiro128plus(); var randomInt = rng.NextInt();
OR
IRNG rng = new Xoroshiro128plus(); var randomInt = rng.NextInt();