]> git.uio.no Git - u/mrichter/AliRoot.git/blame - TEvtGen/EvtGenModels/rly.cxx
An effective FD corretion
[u/mrichter/AliRoot.git] / TEvtGen / EvtGenModels / rly.cxx
CommitLineData
da0e9ce3 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
7extern "C" {
8 extern float rly_();
9}
10
11float rly_(){
12 return EvtRandom::Flat();
13}