Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MixStafford13 ¶
Types ¶
type Xoroshiro128PlusPlus ¶
type Xoroshiro128PlusPlus struct {
// contains filtered or unexported fields
}
func NewXoroshiro128PlusPlus ¶
func NewXoroshiro128PlusPlus(seed0, seed1 uint64) *Xoroshiro128PlusPlus
func (*Xoroshiro128PlusPlus) Next ¶
func (x *Xoroshiro128PlusPlus) Next() uint64
Click to show internal directories.
Click to hide internal directories.