BOSS 7.0.6
BESIII Offline Software System
Loading...
Searching...
No Matches
PseuMarc.cxx File Reference
#include "KKMC/KKMCRandom.h"
#include <iostream>

Go to the source code of this file.

Functions

void flat_ (float *)
 

Function Documentation

◆ flat_()

void flat_ ( float *  rndm)

Definition at line 32 of file PseuMarc.cxx.

33{
34 *rndm= (float)KKMCRandom::random();
35 nr++;
36 // cout<<nr<<": "<<"KKMCRandom= "<<*rndm<<endl;
37 return;
38}
static double random()
Definition: KKMCRandom.cxx:37