random123

Counter-based Random Number Generators
git clone git://git.meso-star.com/random123.git
Log | Files | Refs | README | LICENSE

ModeNameSize
-rw-r--r--.gitignore46L
-rw-r--r--.travis.yml26L
-rw-r--r--GNUmakefile60L
-rw-r--r--LICENSE31L
-rw-r--r--README.md428L
-rw-r--r--docs/Doxyfile44L
-rw-r--r--docs/cbrng.dox198L
-rw-r--r--docs/releasenotes.dox215L
-rw-r--r--examples/GNUmakefile156L
-rw-r--r--examples/README83L
-rw-r--r--examples/example_seeds.h72L
-rwxr-xr-xexamples/gencl.sh49L
-rw-r--r--examples/pi_aes.cpp89L
-rw-r--r--examples/pi_capi.c78L
-rw-r--r--examples/pi_check.h67L
-rw-r--r--examples/pi_cppapi.cpp78L
-rw-r--r--examples/pi_cuda.cu121L
-rw-r--r--examples/pi_cudapp.cu127L
-rw-r--r--examples/pi_gsl.c67L
-rw-r--r--examples/pi_metal.m107L
-rw-r--r--examples/pi_metal_kernel.metal73L
-rw-r--r--examples/pi_microurng.cpp108L
-rw-r--r--examples/pi_opencl.c98L
-rw-r--r--examples/pi_opencl_kernel.ocl71L
-rw-r--r--examples/pi_uniform.cpp154L
-rw-r--r--examples/simple.c59L
-rw-r--r--examples/simplepp.cpp49L
-rw-r--r--include/Random123/MicroURNG.hpp146L
-rw-r--r--include/Random123/ReinterpretCtr.hpp88L
-rw-r--r--include/Random123/aes.h398L
-rw-r--r--include/Random123/array.h355L
-rw-r--r--include/Random123/ars.h204L
-rw-r--r--include/Random123/boxmuller.hpp139L
-rw-r--r--include/Random123/conventional/Engine.hpp280L
-rw-r--r--include/Random123/conventional/gsl_cbrng.h128L
-rw-r--r--include/Random123/features/clangfeatures.h93L
-rw-r--r--include/Random123/features/compilerfeatures.h345L
-rw-r--r--include/Random123/features/fujitsufeatures.h86L
-rw-r--r--include/Random123/features/gccfeatures.h285L
-rw-r--r--include/Random123/features/iccfeatures.h212L
-rw-r--r--include/Random123/features/metalfeatures.h111L
-rw-r--r--include/Random123/features/msvcfeatures.h200L
-rw-r--r--include/Random123/features/nvccfeatures.h129L
-rw-r--r--include/Random123/features/open64features.h50L
-rw-r--r--include/Random123/features/openclfeatures.h89L
-rw-r--r--include/Random123/features/pgccfeatures.h195L
-rw-r--r--include/Random123/features/sse.h280L
-rw-r--r--include/Random123/features/sunprofeatures.h172L
-rw-r--r--include/Random123/features/xlcfeatures.h211L
-rw-r--r--include/Random123/gsl_microrng.h136L
-rw-r--r--include/Random123/philox.h493L
-rw-r--r--include/Random123/threefry.h874L
-rw-r--r--include/Random123/u01fixedpt.h200L
-rw-r--r--include/Random123/uniform.hpp310L
-rw-r--r--tests/BUILDVC.BAT50L
-rw-r--r--tests/BUILDVC11.BAT6L
-rw-r--r--tests/GNUmakefile172L
-rw-r--r--tests/README145L
l---------tests/gencl.sh1L
-rw-r--r--tests/kat.h70L
-rw-r--r--tests/kat_c.c41L
-rw-r--r--tests/kat_cpp.cpp222L
-rw-r--r--tests/kat_cuda.cu62L
-rw-r--r--tests/kat_dev_execute.h51L
-rw-r--r--tests/kat_main.h306L
-rw-r--r--tests/kat_metal.m85L
-rw-r--r--tests/kat_metal_kernel.metal38L
-rw-r--r--tests/kat_opencl.c100L
-rw-r--r--tests/kat_opencl_kernel.ocl37L
-rw-r--r--tests/kat_vectors83L
-rw-r--r--tests/old_kat_vectors5339L
-rw-r--r--tests/rngNxW.h48L
-rw-r--r--tests/time_boxmuller.cpp142L
-rw-r--r--tests/time_boxmuller_cuda.cu181L
-rw-r--r--tests/time_cuda.cu175L
-rw-r--r--tests/time_initkeyctr.h123L
-rw-r--r--tests/time_misc.h44L
-rw-r--r--tests/time_opencl.c200L
-rw-r--r--tests/time_opencl_kernel.ocl35L
-rw-r--r--tests/time_random123.h119L
-rw-r--r--tests/time_serial.c162L
-rw-r--r--tests/time_thread.c242L
-rw-r--r--tests/timers.cpp249L
-rw-r--r--tests/ut_Engine.cpp246L
-rw-r--r--tests/ut_M128.cpp151L
-rw-r--r--tests/ut_ReinterpretCtr.cpp51L
-rw-r--r--tests/ut_aes.cpp106L
-rw-r--r--tests/ut_ars.c82L
-rw-r--r--tests/ut_carray.cpp319L
-rw-r--r--tests/ut_features.cpp469L
-rw-r--r--tests/ut_gsl.c112L
-rw-r--r--tests/ut_ua.cpp63L
-rw-r--r--tests/ut_uniform.cpp173L
-rw-r--r--tests/ut_uniform_IEEEkat.cpp293L
-rw-r--r--tests/ut_uniform_IEEEkatvectors.hpp2605L
-rw-r--r--tests/ut_uniform_kat_vectors.dat2604L
-rw-r--r--tests/ut_uniform_reference.hpp19L
-rw-r--r--tests/util.h221L
-rw-r--r--tests/util_cuda.h147L
-rw-r--r--tests/util_demangle.hpp75L
-rw-r--r--tests/util_expandtpl.h72L
-rw-r--r--tests/util_m128.h87L
-rw-r--r--tests/util_metal.h113L
-rw-r--r--tests/util_opencl.h381L
-rw-r--r--tests/util_print.h58L