Browse Source

Add note for mt19937 source

tags/zoom-1.0
Jim Paris 10 years ago
parent
commit
48f64e04e9
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      pc/mt19937ar.h

+ 5
- 0
pc/mt19937ar.h View File

@@ -1,3 +1,8 @@
/* This header file provides prototypes for the Mersenne Twister
random number generator. The corresponding mt19937.c is also
required and can be obtained from:
http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/MT2002/emt19937ar.html
*/
void init_genrand(unsigned long s);
void init_by_array(unsigned long init_key[], int key_length);
unsigned long genrand_int32(void);


Loading…
Cancel
Save