# Functions
AlphaNum32 generates a random string of the specified length.
AlphaNum64 generates a random string of the specified length.
Intn generates a random number in the range [0,n).
New creates a new math random generator seeded by a crypto random number.
Read generates len(p) random bytes and writes them into p.
# Type aliases
Void is an empty type.