Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type LockedSource ¶
type LockedSource struct {
// contains filtered or unexported fields
}
LockedSource is a simple locked random source, similar to the one implemented but not exported in math/rand.
func (*LockedSource) Int63 ¶
func (l *LockedSource) Int63() int64
func (*LockedSource) Seed ¶
func (l *LockedSource) Seed(seed int64)
func (*LockedSource) Uint64 ¶
func (l *LockedSource) Uint64() uint64
Click to show internal directories.
Click to hide internal directories.