8000 GitHub - davidminor/gorand: Basic golang implementation of a permuted congruential generator for pseudorandom number generation
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

davidminor/gorand

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This is a basic golang implementation of pcg64 and pcg32 from http://www.pcg-random.org

PCG is a pseudorandom number generation scheme based on permuting the output of a linear congruential generator, so that the output doesn't share the LCG's statistical flaws and visibility into its state.

About

Basic golang implementation of a permuted congruential generator for pseudorandom number generation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages

0