Add xorshift prng

This commit is contained in:
Abdelrahman Said
2025-03-16 22:34:56 +00:00
parent 70e075d2f6
commit d661312cfa
6 changed files with 131 additions and 0 deletions

6
src/prng/wapp_prng.c Normal file
View File

@@ -0,0 +1,6 @@
#ifndef WAPP_PRNG_C
#define WAPP_PRNG_C
#include "xorshift/xorshift.c"
#endif // !WAPP_PRNG_C