9 lines
119 B
C
9 lines
119 B
C
#ifndef _LIBGCCVB_RANDOM_H
|
|
#define _LIBGCCVB_RANDOM_H
|
|
|
|
|
|
long randseed();
|
|
int randnum(long seed, int randnums);
|
|
|
|
|
|
#endif |