Documentation ¶
Overview ¶
Package rand implements a cryptographically secure pseudorandom number generator.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Reader io.Reader
Reader is a global, shared instance of a cryptographically strong pseudo-random generator. On Unix-like systems, Reader reads from /dev/urandom. On Windows systems, Reader uses the CryptGenRandom API.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.