7 lines
96 B
C
7 lines
96 B
C
#ifndef WAPP_PRNG_C
|
|
#define WAPP_PRNG_C
|
|
|
|
#include "xorshift/xorshift.c"
|
|
|
|
#endif // !WAPP_PRNG_C
|