Documentation ¶
Index ¶
Constants ¶
View Source
const ErrDoNotSeed = lerr.Str("Do not seed CryptoSource")
ErrDoNotSeed is the panic value is Seed is called on a CryptoSource.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CryptoSource ¶
type CryptoSource struct{}
CryptoSource fulfills rand.Source
func (CryptoSource) Seed ¶
func (CryptoSource) Seed(seed int64)
Seed is required for rand.Source, but should not be used.
Click to show internal directories.
Click to hide internal directories.