[14223] in Athena Bugs
sun4 7.7V: lrand48 man page ...
daemon@ATHENA.MIT.EDU (Jake Wetzel)
Thu Feb 29 08:08:25 1996
To: bugs@MIT.EDU
Date: Thu, 29 Feb 1996 08:08:19 EST
From: Jake Wetzel <jawetzel@MIT.EDU>
System name: spiderman
Type and version: SPARC/5 7.7V
Display type: cgthree
The lrand48 man page states the following:
Functions lrand48() and nrand48() return non-negative long
integers uniformly distributed over the interval [0, 231).
Functions mrand48() and jrand48() return signed long
integers uniformly distributed over the interval [ -
231, 231).
I believe the interval is more likely 2**31 not 231.
Jake