initial commit!
This commit is contained in:
9
libs/libgccvb/random.h
Normal file
9
libs/libgccvb/random.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef _LIBGCCVB_RANDOM_H
|
||||
#define _LIBGCCVB_RANDOM_H
|
||||
|
||||
|
||||
long randseed();
|
||||
int randnum(long seed, int randnums);
|
||||
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user