Commit Graph

17 Commits

Author SHA1 Message Date
Abdelrahman Said 05b9a22174 Add xoshiro256p generator 2024-03-22 12:21:03 +00:00
Abdelrahman Said b8ce449e99 Update compile script 2024-03-22 12:20:49 +00:00
Abdelrahman Said a6f0bf93d9 Create single state struct and add utility function for initialising it 2024-03-22 12:06:34 +00:00
Abdelrahman Said 80aeb3fc92 Update compile script to run the generators 2024-03-22 12:06:16 +00:00
Abdelrahman Said f4afa5d7ea Add xoshiro256** generator 2024-03-22 11:52:56 +00:00
Abdelrahman Said 2708825924 Add Image struct 2024-03-22 11:52:40 +00:00
Abdelrahman Said 546229e412 Rename xorshift_basic to xorshift_256 2024-03-22 09:48:14 +00:00
Abdelrahman Said 038172f593 Update .gitignore 2024-03-22 09:35:29 +00:00
Abdelrahman Said c889708ba3 Update .gitignore 2024-03-22 09:34:16 +00:00
Abdelrahman Said de621996ba Update code to work on mac 2024-03-22 09:23:16 +00:00
abdelrahman 70eb36015c Remove unused includes 2024-03-22 00:28:53 +00:00
abdelrahman b4259dfc90 Add .gitignore 2024-03-22 00:26:15 +00:00
abdelrahman b2bd93ce39 Implement basic xorshift PRNG 2024-03-22 00:26:01 +00:00
abdelrahman 0aee9aee5b Implement basic PPM image writer 2024-03-22 00:25:48 +00:00
abdelrahman 42ceef5c4f Add aliases.h 2024-03-22 00:25:39 +00:00
abdelrahman 682a16e14f Add build scripts 2024-03-22 00:25:17 +00:00
abdelrahman a56f6ad9c2 INITIAL COMMIT 2024-03-21 22:57:12 +00:00