Test implementations for different PRNGs
Go to file
2024-03-22 00:28:53 +00:00
.gitignore Add .gitignore 2024-03-22 00:26:15 +00:00
aliases.h Add aliases.h 2024-03-22 00:25:39 +00:00
build Add build scripts 2024-03-22 00:25:17 +00:00
compile Add build scripts 2024-03-22 00:25:17 +00:00
ppm.c Implement basic PPM image writer 2024-03-22 00:25:48 +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)