Test implementations for different PRNGs
Go to file
2024-03-22 12:37:46 +00:00
.gitignore Update .gitignore 2024-03-22 09:35:29 +00:00
aliases.h Add aliases.h 2024-03-22 00:25:39 +00:00
build Update code to work on mac 2024-03-22 09:23:16 +00:00
compile Update compile script 2024-03-22 12:20:49 +00:00
ppm.c Add Image struct 2024-03-22 11:52:40 +00:00
ppm.h Add Image struct 2024-03-22 11:52:40 +00:00
README.md INITIAL COMMIT 2024-03-21 22:57:12 +00:00
xorshift.c Add split_mix_64 utility 2024-03-22 12:37:46 +00:00

PRNG tests

Test implementations for different pseudorandom number generators (PRNGs)