Files
c-projects/wapp/prng/wapp_prng.h
2025-08-10 23:30:27 +01:00

10 lines
176 B
C

// vim:fileencoding=utf-8:foldmethod=marker
#ifndef WAPP_PRNG_H
#define WAPP_PRNG_H
#include "xorshift/xorshift.h"
#include "../common/wapp_common.h"
#endif // !WAPP_PRNG_H