Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MixStafford13 ¶
MixStafford13 implements the Stafford 13 mixing function, a bijective mixing function suitable for use in pseudorandom number generators.
Types ¶
type Xoroshiro128PlusPlus ¶
type Xoroshiro128PlusPlus struct {
// contains filtered or unexported fields
}
Xoroshiro128PlusPlus is a member of the Xor-Shift-Rotate family of generators. Memory footprint is 128 bits and the period is (2^128)-1.
func NewXoroshiro128PlusPlus ¶
func NewXoroshiro128PlusPlus(seed0, seed1 uint64) *Xoroshiro128PlusPlus
NewXoroshiro128PlusPlus ...
Click to show internal directories.
Click to hide internal directories.