]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MINICERN/packlib/kernlib/kerngen/unix/lnxgs/rdmin.F
Bugfix in AliPoints2Memory
[u/mrichter/AliRoot.git] / MINICERN / packlib / kernlib / kerngen / unix / lnxgs / rdmin.F
CommitLineData
fe4da5cc 1*
2* $Id$
3*
4* $Log$
5* Revision 1.1.1.1 1996/02/15 17:50:07 mclareni
6* Kernlib
7*
8*
9#include "kerngen/pilot.h"
10 SUBROUTINE RDMIN(ISEED)
11 COMMON /MCGN/ MCGN
12
13C-- Set the seed
14 MCGN = ISEED
15 RETURN
16
17C-- Get the seed
18 ENTRY RDMOUT (ISEED)
19 ISEED = MCGN
20 END