Documentation
¶
Overview ¶
Package random provides tools for generating cryptographically secure random elements. it uses golang's built in `crypto/rand` for it's RNG.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RandomBytes ¶
RandomBytes returns a random slice of n bytes
func RandomString ¶
RandomString returns a random string comprised of n bytes
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.