# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewPRNG generates a seed and creates a PRNG with that seed.
NewPRNGWithSaltedSeed initializes a new PRNG using a seed derived from an existing seed and a salt.
NewPRNGWithSeed initializes a new PRNG using an existing seed.
NewSeed creates a new PRNG seed using crypto/rand.Read.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
# Type aliases
Seed is a PRNG seed.