Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var SeededRand *rand.Rand
Functions ¶
func NewSeededRand ¶
Types ¶
type LockedRandSource ¶
type LockedRandSource struct {
// contains filtered or unexported fields
}
func (*LockedRandSource) Int63 ¶
func (r *LockedRandSource) Int63() (n int64)
func (*LockedRandSource) Seed ¶
func (r *LockedRandSource) Seed(seed int64)
Click to show internal directories.
Click to hide internal directories.