Documentation ¶ Overview ¶ Package rand is a convenience wrapper aroung golang rand go math/rand is deterministic unless a random seed is provided see https://gobyexample.com/random-numbers Index ¶ func Int63() int64 func Int63n(i int64) int64 func Uint64() uint64 Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Int63 ¶ func Int63() int64 func Int63n ¶ func Int63n(i int64) int64 func Uint64 ¶ func Uint64() uint64 Types ¶ This section is empty. Source Files ¶ View all Source files rand.go Click to show internal directories. Click to hide internal directories.