wizapp-stdlib/src/prng/wapp_prng.h
2025-03-16 22:34:56 +00:00

8 lines
131 B
C

#ifndef WAPP_PRNG_H
#define WAPP_PRNG_H
#include "xorshift/xorshift.h"
#include "../common/wapp_common.h"
#endif // !WAPP_PRNG_H