Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CryptoRand ¶
type CryptoRand struct {
// contains filtered or unexported fields
}
func NewCryptoRand ¶
func NewCryptoRand(r io.Reader, s mrand.Source) CryptoRand
func (*CryptoRand) MustInt64n ¶
func (cr *CryptoRand) MustInt64n(n int64) int64
func (*CryptoRand) MustIntn ¶
func (cr *CryptoRand) MustIntn(n int) int
Click to show internal directories.
Click to hide internal directories.