# Functions
No description provided by the author
Intn returns a random number backed by `crypto/rand`.
No description provided by the author
NewSeedInt64Crypto creates an `int64` seed value for `math/rand`.
NewSeedInt64Time creates an `int64` seed value for `math/rand` based on `time.Now()`.
RandString returns a random string of length `length` using the supplied alphabet.
# Structs
CryptoRandSource is a `crypto/rand` backed source that satisfies the `math/rand.Source` interface definition.