An open API service indexing awesome lists of open source software.

https://github.com/andeplane/mwc1616-prng-cpp

Super-Fast MWC1616 Pseudo-Random Number Generator for Intel/AMD Processors (using SSE or SSE4 instruction set). Based on Ivan Dimokvic's work.
https://github.com/andeplane/mwc1616-prng-cpp

Last synced: 4 months ago
JSON representation

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

Awesome Lists containing this project

README

        

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