BSD 4_4 development
[unix-history] / .ref-6294d633e80db8e89697db796e6f6025d5af0cae / usr / src / usr.bin / f77 / libU77 / test / rngtst.f
CommitLineData
82492b51
KB
1C
2C Copyright (c) 1980 The Regents of the University of California.
3C All rights reserved.
4C
5C %sccs.include.proprietary.f%
6C
7C @(#)rngtst.f 5.2 (Berkeley) %G%
8C
9
ca4b4979
KB
10 double precision dflmax, dflmin
11 write(*,*) flmax(), flmin(), inmax(), dflmax(), dflmin()
12 end