Ecosyste.ms: Awesome
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: 1 day 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.
- Host: GitHub
- URL: https://github.com/andeplane/mwc1616-prng-cpp
- Owner: andeplane
- License: other
- Created: 2014-12-06T15:09:22.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-06T15:18:03.000Z (about 10 years ago)
- Last Synced: 2024-05-01T21:39:16.208Z (8 months ago)
- Language: C++
- Homepage:
- Size: 133 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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