Versions in this module Expand all Collapse all v1 v1.1.0 Nov 15, 2018 v1.0.0 Nov 15, 2018 Changes in this version + type MT19937 struct + func New() *MT19937 + func (mt *MT19937) Int63() int64 + func (mt *MT19937) Read(p []byte) (n int, err error) + func (mt *MT19937) Seed(seed int64) + func (mt *MT19937) SeedFromSlice(key []uint64) + func (mt *MT19937) Uint64() uint64 + type RandUniform struct + func RandUniformInit(seed int64) *RandUniform + func (Ruf *RandUniform) Uniform(low, high float64) float64