aboutsummaryrefslogtreecommitdiffstats
path: root/test/mppa/lib/prng.h
blob: fee8c8658c2036e5c2d590ab7c4bf71c7edf4eee (plain)
1
2
3
4
5
6
7
8
#ifndef __PRNG_H__
#define __PRNG_H__

void srand(long long seed);

long long randlong(void);

#endif // __PRNG_H__