Skip to content

abursavich/fastrand

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fastrand

License GoDev Reference Go Report Card

Package fastrand provides quickly generated pseudo-random numbers with no repeatability guarantees on the stream of values.

It uses internals of the go runtime to generate pseudo-random numbers without requiring mutexes or syncronization. As a result, it's much faster than math/rand and scales very well to many cores. It doesn't allow you to provide your own seed or generate a stable sequence of values.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages