Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // SecureRand is a thread-safe math/rand.Source64 backed by crypto/rand.Reader. SecureRand = mrand.New(cryptoRandSource{}) // InsecureRand is a thread-safe math/rand.Source64 seeded by the program start time. InsecureRand = mrand.New(&lockedMathRandSource{source: mrand.NewSource(time.Now().UnixNano()).(mrand.Source64)}) )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.