Abdelrahman Said abdelrahman
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2024-03-24 08:10:47 +00:00
feada0b31c Add -O3 to compile flags
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2024-03-24 08:00:12 +00:00
0c07437ef2 Implement memory context with main and temp arenas
063bc03974 Fix bug with clearing arena function
09af7ec734 Update .gitignore
04e86d355d Rename output name in compile script
7bfaf53d4e Return false when initialising arena with 0 capacity
Compare 8 commits »
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2024-03-24 05:52:42 +00:00
df4315cdcc Use echo instead of printf in compile script
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2024-03-24 05:45:33 +00:00
b3a174f26c Update compile script
abdelrahman pushed to main at abdelrahman/prng-tests 2024-03-22 12:38:12 +00:00
e4893c150b Add split_mix_64 utility
abdelrahman pushed to main at abdelrahman/prng-tests 2024-03-22 12:21:27 +00:00
05b9a22174 Add xoshiro256p generator
b8ce449e99 Update compile script
Compare 2 commits »
abdelrahman pushed to main at abdelrahman/prng-tests 2024-03-22 12:07:03 +00:00
a6f0bf93d9 Create single state struct and add utility function for initialising it
80aeb3fc92 Update compile script to run the generators
Compare 2 commits »
abdelrahman pushed to main at abdelrahman/prng-tests 2024-03-22 11:53:26 +00:00
f4afa5d7ea Add xoshiro256** generator
2708825924 Add Image struct
Compare 2 commits »
abdelrahman pushed to main at abdelrahman/prng-tests 2024-03-22 09:48:40 +00:00
546229e412 Rename xorshift_basic to xorshift_256
abdelrahman pushed to main at abdelrahman/prng-tests 2024-03-22 09:35:47 +00:00
038172f593 Update .gitignore
abdelrahman pushed to main at abdelrahman/prng-tests 2024-03-22 09:34:31 +00:00
c889708ba3 Update .gitignore
abdelrahman pushed to main at abdelrahman/prng-tests 2024-03-22 09:23:50 +00:00
de621996ba Update code to work on mac
abdelrahman pushed to main at abdelrahman/prng-tests 2024-03-22 00:29:06 +00:00
70eb36015c Remove unused includes
abdelrahman pushed to main at abdelrahman/prng-tests 2024-03-22 00:26:29 +00:00
b4259dfc90 Add .gitignore
b2bd93ce39 Implement basic xorshift PRNG
0aee9aee5b Implement basic PPM image writer
42ceef5c4f Add aliases.h
682a16e14f Add build scripts
Compare 5 commits »
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2024-03-21 23:06:44 +00:00
6fc0b2987e Add extern "C" to all header files
abdelrahman created branch main in abdelrahman/prng-tests 2024-03-21 22:59:25 +00:00
abdelrahman pushed to main at abdelrahman/prng-tests 2024-03-21 22:59:25 +00:00
a56f6ad9c2 INITIAL COMMIT
abdelrahman created repository abdelrahman/prng-tests 2024-03-21 22:58:52 +00:00
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2024-03-21 07:26:48 +00:00
76222d31d4 Namespace all functions
abdelrahman pushed to main at abdelrahman/compositor-test 2024-02-28 23:52:36 +00:00
f419378183 Update node struct to know about noodle connected to it