]> git.uio.no Git - u/mrichter/AliRoot.git/blob - TEvtGen/EvtGenModels/rly.cxx
add set and getter for neutral energy fraction
[u/mrichter/AliRoot.git] / TEvtGen / EvtGenModels / rly.cxx
1 // $Id: rly.cc,v 1.1 2009/02/18 03:34:11 ryd Exp $
2 //
3 // Define random number generators used by JETSET
4
5 #include "EvtGenBase/EvtRandom.hh"
6
7 extern "C" {
8   extern float rly_();
9 }
10
11 float rly_(){
12   return EvtRandom::Flat();
13 }