]> git.uio.no Git - u/mrichter/AliRoot.git/blob - GEANT321/miguti/sflraf.F
This commit was generated by cvs2svn to compensate for changes in r2,
[u/mrichter/AliRoot.git] / GEANT321 / miguti / sflraf.F
1 *
2 * $Id$
3 *
4 * $Log$
5 * Revision 1.1.1.1  1995/10/24 10:21:54  cernlib
6 * Geant
7 *
8 *
9 #include "geant321/pilot.h"
10 *CMZ :  3.21/02 29/03/94  15.41.48  by  S.Giani
11 *-- Author :
12       FUNCTION SFLRAF(X)
13 C
14 #include "geant321/crandm.inc"
15 C
16       SFLRAF = 2.0 * RANDC(ISEED)
17       TEMP = 1.0 - SFLRAF
18       IF(TEMP) 10 ,20 ,20
19    10 SFLRAF = TEMP
20    20 RETURN
21       END