Add xorshift prng
This commit is contained in:
6
src/prng/wapp_prng.c
Normal file
6
src/prng/wapp_prng.c
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef WAPP_PRNG_C
|
||||
#define WAPP_PRNG_C
|
||||
|
||||
#include "xorshift/xorshift.c"
|
||||
|
||||
#endif // !WAPP_PRNG_C
|
||||
Reference in New Issue
Block a user