Test implementations for different PRNGs
Go to file
2024-03-22 09:35:29 +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 code to work on mac 2024-03-22 09:23:16 +00:00
ppm.c Update code to work on mac 2024-03-22 09:23:16 +00:00
ppm.h Implement basic PPM image writer 2024-03-22 00:25:48 +00:00
README.md INITIAL COMMIT 2024-03-21 22:57:12 +00:00
xorshift.c Remove unused includes 2024-03-22 00:28:53 +00:00

PRNG tests

Test implementations for different pseudorandom number generators (PRNGs)