8000 GitHub - mandriota/fastrand: Simple library for fast generation of pseudo-random 16-, 32- and 64-bit numbers with large interval.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Simple library for fast generation of pseudo-random 16-, 32- and 64-bit numbers with large interval.

License

Notifications You must be signed in to change notification settings

mandriota/fastrand

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FastRand

Simple library for fast generation of pseudo-random 16-, 32- and 64-bit numbers with large interval.

Example:

RGen g = NewRGen(getpid());

Next16(&g);
Next32(&g);
Next64(&g);

About

Simple library for fast generation of pseudo-random 16-, 32- and 64-bit numbers with large interval.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0