Versions in this module Expand all Collapse all v0 v0.0.1 Sep 1, 2021 Changes in this version + func ExpFloat64() float64 + func Float32() float32 + func Float64() float64 + func Int() int + func Int31() int32 + func Int31n(n int32) int32 + func Int63() int64 + func Int63n(n int64) int64 + func Intn(n int) int + func NewRand(seed int64) *rand.Rand + func NewSource(seed int64) rand.Source64 + func NormFloat64() float64 + func Perm(n int) []int + func Read(p []byte) (n int, err error) + func Seed(seed int64) + func Shuffle(n int, swap func(i, j int)) + func Uint32() uint32 + func Uint64() uint64 + type Source struct + func (s *Source) Int63() int64 + func (s *Source) Seed(seed int64) + func (s *Source) Uint64() uint64