#ifndef __XORSHIFT_H__ #define __XORSHIFT_H__ #include uint32_t xorshift32(uint32_t x); #endif /* __XORSHIFT_H__ */