# 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
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 with NewSaltedSeed.
NewPRNGWithSeed initializes a new PRNG using an existing seed.
NewSaltedSeed creates a new seed derived from an existing seed and a salt.
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
No description provided by the author
# Constants
No description provided by the author
# Type aliases
Seed is a PRNG seed.