Add xorshift prng
This commit is contained in:
7
src/prng/wapp_prng.h
Normal file
7
src/prng/wapp_prng.h
Normal 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
|
||||
Reference in New Issue
Block a user