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.
13 void zseed(unsigned data
[], unsigned carry
);
14 void zread(unsigned data
[], unsigned* carry
);
16 void zsrand(unsigned s
);