Committed on the Free edition of March Hare Software CVSNT Server. Upgrade to CVS Suite for more features and support: http://march-hare.com/cvsnt/ git-svn-id: http://moon:8086/svn/vhdl/trunk@790 cc03376c-175c-47c8-b038-4cd826a8556b
7 lines
156 B
C
7 lines
156 B
C
/* random.h */
|
|
|
|
/* functions provided by random.c */
|
|
extern double ran1(long *idum);
|
|
extern double gaussian(long *idum);
|
|
extern int random_bit(long *idum);
|