#include <stdlib.h>
#include <iostream>
#include <fstream>
#include <sstream>
#include <cmath>
#include <algorithm>
#include <time.h>
#include "ranlxs.h"
#include "ranlxd.h"
#include "mzparameters.h"
#include "mzfunctions.h"
#include "mzfunctions_pp_to_pipi_vandewi.h"
#include "FairGenerator.h"
Go to the source code of this file.
      
        
          | void ranlxd | ( | double | r[], | 
        
          |  |  | int | n | 
        
          |  | ) |  |  | 
      
 
Definition at line 571 of file ranlxd.cxx.
void rlxd_init(int level, int seed)
 
 
 
      
        
          | void ranlxs | ( | float | r[], | 
        
          |  |  | int | n | 
        
          |  | ) |  |  | 
      
 
 
      
        
          | void rlxd_init | ( | int | level, | 
        
          |  |  | int | seed | 
        
          |  | ) |  |  | 
      
 
Definition at line 501 of file ranlxd.cxx.
  504    int ibit,jbit,xbit[31];
 
  507    if ((INT_MAX<2147483647)||(FLT_RADIX!=2)||(FLT_MANT_DIG<24)||
 
  528    if ((
seed<=0)||(i!=0))
 
  545             xbit[ibit]=(xbit[ibit]+xbit[jbit])%2;
 
static void error(int no)
static void define_constants(void)
 
 
 
      
        
          | void rlxs_init | ( | int | level, | 
        
          |  |  | int | seed | 
        
          |  | ) |  |  | 
      
 
Definition at line 495 of file ranlxs.cxx.
  498    int ibit,jbit,xbit[31];
 
  501    if ((INT_MAX<2147483647)||(FLT_RADIX!=2)||(FLT_MANT_DIG<24))
 
  523    if ((
seed<=0)||(i!=0))
 
  540             xbit[ibit]=(xbit[ibit]+xbit[jbit])%2;
 
static void define_constants(void)
static void error(int no)