Added entities. Rewrote stage, half 'working'.
[cantaveria.git] / rng.h
blob27b59073fe8d12f50077cc5542b370e6ca841f97
1 /*
2 rng.c
3 a random number generator
5 Copyright (C) 2009 Evan Rinehart
7 This software comes with no warranty.
8 1. This software can be used for any purpose, good or evil.
9 2. Modifications must retain this license, at least in spirit.
12 unsigned zrand(void);
13 void zseed(unsigned data[], unsigned carry);
14 void zread(unsigned data[], unsigned* carry);
15 void zreset(void);
16 void zsrand(unsigned s);
17 void zsrand_u(void);