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

7
src/prng/wapp_prng.h Normal file
View File

@@ -0,0 +1,7 @@
#ifndef WAPP_PRNG_H
#define WAPP_PRNG_H
#include "xorshift/xorshift.h"
#include "../common/wapp_common.h"
#endif // !WAPP_PRNG_H