]> git.gag.com Git - debian/gcpegg/blob - lecuyer.h
modify eggsh to always open /dev/REG which can be symlinked to the actual
[debian/gcpegg] / lecuyer.h
1 /*
2
3     Definitions for L'Ecuyer pseudorandom sequence generator.
4
5 */
6
7 extern void LEsetSeed(long seed);
8 extern unsigned char LEnextByte(void);