Skip to content

HakuPiku/mersenne

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mersenne

Mersenne Twister(MT19937-32) implementation based on https://en.wikipedia.org/wiki/Mersenne_Twister

Shouldn't be used anywhere. Never Roll Your Own Crypto. If you want a random number generator use Go's native math/rand library. Unless you want it to be unpredictable, in that case you need a cryptographically secure pseudo-random number generator(CSPRNG), so use crypto/rand.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages