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

Go to the source code of this file.

Functions

float rlu_ (int *)

Function Documentation

◆ rlu_()

float rlu_ ( int * )
extern

Definition at line 70 of file KKMCRandom.cxx.

70 {
71 float rdm = KKMCRandom::Flat();
72 // std::cout<<"rlu_ = "<<rdm<<std::endl;
73 return rdm;
74}
static double Flat()