You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

10 lines
272 B

  1. void init_genrand(unsigned long s);
  2. void init_by_array(unsigned long init_key[], int key_length);
  3. unsigned long genrand_int32(void);
  4. long genrand_int31(void);
  5. double genrand_real1(void);
  6. double genrand_real2(void);
  7. double genrand_real3(void);
  8. double genrand_res53(void);