StaticasyncBuild a SeededRandomNumberGenerator object with the given seed and namespace from an asynchronous hashing algorithm.
The primary input to determine the random number sequence.
Optionalnamespace: stringNamespace to create different sequences from the same seed.
StaticbuildBuild a SeededRandomNumberGenerator object with the given seed, namespace, and version.
The primary input to determine the random number sequence.
Optionalnamespace: stringNamespace to create different sequences from the same seed.
Optionalversion: numberThe SeedVersions index to use for selecting the offsets for hashing. Changing the version number will result in a different sequence of random numbers for the same seed and namespace.
A static factory class for creating a SeededRandomNumberGenerator object.
Since
0.1.0