Files
2026-02-19 23:28:57 +01:00

9 lines
119 B
C

#ifndef _LIBGCCVB_RANDOM_H
#define _LIBGCCVB_RANDOM_H
long randseed();
int randnum(long seed, int randnums);
#endif