aboutsummaryrefslogtreecommitdiff
path: root/common/xorshift.h
blob: 8d9f4488e501bf71762787d3b02f776b3608bf45 (plain)
1
2
3
4
5
6
7
8
#ifndef __XORSHIFT_H__
#define __XORSHIFT_H__

#include <stdint.h>

uint32_t xorshift32(uint32_t x);

#endif /* __XORSHIFT_H__ */