Documentation ¶ Index ¶ func Int64() int64 func PseudoGenerator(seed int64) (g *rand.Rand) func PseudoGenerators(seed int64, n int) (g []*rand.Rand) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Int64 ¶ func Int64() int64 Int64 returns random int64 func PseudoGenerator ¶ added in v0.2.12 func PseudoGenerator(seed int64) (g *rand.Rand) PseudoGenerator returns *rand.Rand func PseudoGenerators ¶ added in v0.2.3 func PseudoGenerators(seed int64, n int) (g []*rand.Rand) PseudoGenerators returns list of n *rand.Rand. This is needed in cases where random number generators are used in different goroutines, so that predictability of the generators can be maintained. Types ¶ This section is empty. Source Files ¶ View all Source files random.go Click to show internal directories. Click to hide internal directories.