BOSS 7.0.7
BESIII Offline Software System
Loading...
Searching...
No Matches
KKMCRandom.cxx File Reference
#include "KKMC/KKMCRandom.h"
#include "CLHEP/Random/RanluxEngine.h"
#include <iostream>

Go to the source code of this file.

Functions

double rlu_ (int *)
 

Function Documentation

◆ rlu_()

double rlu_ ( int *  )

Definition at line 83 of file KKMCRandom.cxx.

83 {
84 double rdm= KKMCRandom::Flat();
85 // std::cout<<"rlu_ = "<<rdm<<std::endl;
86 return rdm;
87 }
static double Flat()
Definition: KKMCRandom.cxx:65