]> git.uio.no Git - u/mrichter/AliRoot.git/blob - MINICERN/packlib/kernlib/kerngen/unix/lnxgs/rdmin.F
This commit was generated by cvs2svn to compensate for changes in r2,
[u/mrichter/AliRoot.git] / MINICERN / packlib / kernlib / kerngen / unix / lnxgs / rdmin.F
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
13 C--       Set the seed
14       MCGN = ISEED
15       RETURN
16
17 C--       Get the seed
18       ENTRY RDMOUT (ISEED)
19       ISEED = MCGN
20       END