Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Xor128Rand ¶
type Xor128Rand struct {
// contains filtered or unexported fields
}
func NewXorRand ¶
func NewXorRand() *Xor128Rand
func (*Xor128Rand) Int64 ¶
func (r *Xor128Rand) Int64() int64
func (*Xor128Rand) Read ¶
func (r *Xor128Rand) Read(p []byte) (n int, err error)
func (*Xor128Rand) Uint64 ¶
func (r *Xor128Rand) Uint64() uint64
Source Files
¶
- xor_shift128.go
Click to show internal directories.
Click to hide internal directories.