]> git.uio.no Git - u/mrichter/AliRoot.git/blame - GEANT321/neutron/fltrnf.F
Bugfix in AliPoints2Memory
[u/mrichter/AliRoot.git] / GEANT321 / neutron / fltrnf.F
CommitLineData
fe4da5cc 1*
2* $Id$
3*
4* $Log$
5* Revision 1.1.1.1 1995/10/24 10:21:56 cernlib
6* Geant
7*
8*
9#include "geant321/pilot.h"
10*CMZ : 3.21/04 23/02/95 14.46.01 by S.Giani
11*-- Author :
12C*********************************************************************
13 FUNCTION FLTRNF(X)
14C*********************************************************************
15#include "geant321/crandm.inc"
16 FLTRNF = RANDC(ISEED)
17 RETURN
18 END