Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Source ¶
type Source struct {
// contains filtered or unexported fields
}
Source is a random source using XORSHIFT-ADD (XSadd) algorithm.
http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/XSADD/index.html Go port of https://github.com/MersenneTwister-Lab/XSadd
func (*Source) SeedBySlice ¶
SeedBySlice initializes the state by initKey.
Click to show internal directories.
Click to hide internal directories.