Array of elements to choose from.
Pseudorandom element from the given array.
Generate (possibly) unique (there's no conflict checking) UID in form of a string consisting of the letters of the alphabet (lower and upper case) and numbers (0-9).
Length of the generated UID.
Pseudorandom string UID of given length.
Next pseudorandom integer value in a range of signed int32.
Next pseudorandom value in a range of 0 and 1.
Only 32 bits of randomness in a float.
Next pseudorandom value in a range of 0 an 1.
Minimum value.
Maximum value.
Pseudorandom number in a range of min and max.
Set the generator seed.
Seed to be used.
Generated using TypeDoc
Module for generating pseudorandom data.