Versions in this module Expand all Collapse all v0 v0.1.0 May 31, 2019 Changes in this version + type MT19937 struct + func New(seed int64) *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