- Downloads
Add an improved RNG that does not have problems with low probabilities
parent
e63b81a3
No related branches found
No related tags found
Showing
- src/Random123/array.h 326 additions, 0 deletionssrc/Random123/array.h
- src/Random123/features/clangfeatures.h 89 additions, 0 deletionssrc/Random123/features/clangfeatures.h
- src/Random123/features/compilerfeatures.h 322 additions, 0 deletionssrc/Random123/features/compilerfeatures.h
- src/Random123/features/gccfeatures.h 247 additions, 0 deletionssrc/Random123/features/gccfeatures.h
- src/Random123/features/iccfeatures.h 208 additions, 0 deletionssrc/Random123/features/iccfeatures.h
- src/Random123/features/msvcfeatures.h 200 additions, 0 deletionssrc/Random123/features/msvcfeatures.h
- src/Random123/features/nvccfeatures.h 125 additions, 0 deletionssrc/Random123/features/nvccfeatures.h
- src/Random123/features/open64features.h 50 additions, 0 deletionssrc/Random123/features/open64features.h
- src/Random123/features/openclfeatures.h 89 additions, 0 deletionssrc/Random123/features/openclfeatures.h
- src/Random123/features/pgccfeatures.h 194 additions, 0 deletionssrc/Random123/features/pgccfeatures.h
- src/Random123/features/sse.h 269 additions, 0 deletionssrc/Random123/features/sse.h
- src/Random123/features/sunprofeatures.h 172 additions, 0 deletionssrc/Random123/features/sunprofeatures.h
- src/Random123/features/xlcfeatures.h 202 additions, 0 deletionssrc/Random123/features/xlcfeatures.h
- src/Random123/threefry.h 866 additions, 0 deletionssrc/Random123/threefry.h
- src/random.h 33 additions, 62 deletionssrc/random.h
- tests/Makefile.am 4 additions, 2 deletionstests/Makefile.am
- tests/testRandomSpacing.c 144 additions, 0 deletionstests/testRandomSpacing.c
Loading
Please sign in to comment