├── README.md ├── bounded32.cpp ├── bounded64.cpp ├── download-gists.sh ├── gen-makefile.sh ├── gen-summary-tsv.sh ├── gen-tests.sh ├── remove-gists.sh ├── schemes-32.dat ├── schemes-64.dat ├── summarize.pl └── timer.hpp /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imneme/bounded-rands/HEAD/README.md -------------------------------------------------------------------------------- /bounded32.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imneme/bounded-rands/HEAD/bounded32.cpp -------------------------------------------------------------------------------- /bounded64.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imneme/bounded-rands/HEAD/bounded64.cpp -------------------------------------------------------------------------------- /download-gists.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imneme/bounded-rands/HEAD/download-gists.sh -------------------------------------------------------------------------------- /gen-makefile.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imneme/bounded-rands/HEAD/gen-makefile.sh -------------------------------------------------------------------------------- /gen-summary-tsv.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imneme/bounded-rands/HEAD/gen-summary-tsv.sh -------------------------------------------------------------------------------- /gen-tests.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imneme/bounded-rands/HEAD/gen-tests.sh -------------------------------------------------------------------------------- /remove-gists.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imneme/bounded-rands/HEAD/remove-gists.sh -------------------------------------------------------------------------------- /schemes-32.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imneme/bounded-rands/HEAD/schemes-32.dat -------------------------------------------------------------------------------- /schemes-64.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imneme/bounded-rands/HEAD/schemes-64.dat -------------------------------------------------------------------------------- /summarize.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imneme/bounded-rands/HEAD/summarize.pl -------------------------------------------------------------------------------- /timer.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imneme/bounded-rands/HEAD/timer.hpp --------------------------------------------------------------------------------