| 
    Qualia
    0.2
    
   | 
 
#include <mtrand.h>


Public Member Functions | |
| MTRand_closed () | |
| MTRand_closed (unsigned long seed) | |
| MTRand_closed (const unsigned long *seed, int size) | |
| ~MTRand_closed () | |
| double | operator() () | 
  Public Member Functions inherited from MTRand_int32 | |
| MTRand_int32 () | |
| MTRand_int32 (unsigned long s) | |
| MTRand_int32 (const unsigned long *array, int size) | |
| void | seed (unsigned long) | 
| void | seed (const unsigned long *, int size) | 
| unsigned long | operator() () | 
| virtual | ~MTRand_int32 () | 
Private Member Functions | |
| MTRand_closed (const MTRand_closed &) | |
| void | operator= (const MTRand_closed &) | 
Additional Inherited Members | |
  Protected Member Functions inherited from MTRand_int32 | |
| unsigned long | rand_int32 () | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  private | 
      
  | 
  inline | 
      
  | 
  private | 
 1.8.3.1