#include "../../common/types.h"#include "RandomGenerator.h"Go to the source code of this file.
Classes | |
| class | ParkMiller | 
Variables | |
| const LongInteger | a = 16807 | 
| const LongInteger | m = 2147483647 | 
| const LongInteger | q = 127773 | 
| const LongInteger | r = 2836 | 
      
  | 
  
| 
 
 Definition at line 8 of file ParkMiller.h. Referenced by RainbowOption::compute_C(), CumulativeBivariateNormal(), CumulativeNormal(), ParkMiller::GetOneRandomInteger(), InverseCumulativeNormal(), and mainasset().  | 
  
      
  | 
  
      
  | 
  
| 
 
 Definition at line 10 of file ParkMiller.h. Referenced by Matrix::Determinant(), ParkMiller::GetOneRandomInteger(), Matrix::IdentityMatrix(), Matrix::operator *(), Matrix::RightAppendIdentity(), and binomialTree::setClaimVariables().  | 
  
      
  | 
  
 1.3.6