Documentation
¶
Overview ¶
Package crrand implements functionality related to pseudorandom number generation.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Perm64 ¶
type Perm64 struct {
// contains filtered or unexported fields
}
A Perm64 provides a deterministic, pseudorandom permutation of 64-bit values.
func MakePerm64 ¶
MakePerm64 constructs a new Perm64 from a 64-bit seed, providing a deterministic, pseudorandom, bijective mapping of 64-bit values X to 64-bit values Y.
Click to show internal directories.
Click to hide internal directories.