Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PseudoGenerator ¶ added in v0.2.12
PseudoGenerator returns *rand.Rand
Types ¶
type CryptoSource ¶ added in v0.12.0
type CryptoSource struct{}
CryptoSource is used to create random source
func (CryptoSource) Int63 ¶ added in v0.12.0
func (s CryptoSource) Int63() int64
func (CryptoSource) Seed ¶ added in v0.12.0
func (s CryptoSource) Seed(seed int64)
func (CryptoSource) Uint64 ¶ added in v0.12.0
func (s CryptoSource) Uint64() (v uint64)
Click to show internal directories.
Click to hide internal directories.