Skip to content

Super-Fast MWC1616 Pseudo-Random Number Generator for Intel/AMD Processors (using SSE or SSE4 instruction set). Based on Ivan Dimokvic's work.

License

Notifications You must be signed in to change notification settings

andeplane/MWC1616-PRNG-CPP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MWC1616-PRNG-CPP

Super-Fast MWC1616 Pseudo-Random Number Generator for Intel/AMD Processors (using SSE or SSE4 instruction set)

Should be compiled with Intel compiler and optimization flags
-xCORE-AVX-I -O3 -ipo
for example: icpc -xCORE-AVX-I -O3 -ipo -g -o main example.cpp random.cpp

About

Super-Fast MWC1616 Pseudo-Random Number Generator for Intel/AMD Processors (using SSE or SSE4 instruction set). Based on Ivan Dimokvic's work.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages