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

Go to the source code of this file.

Functions

void flat_ (float *)

Function Documentation

◆ flat_()

void flat_ ( float * rndm)
extern

Definition at line 32 of file PseuMarc.cxx.

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