XLPack 7.0
XLPack Numerical Library (C API) Reference Manual
Loading...
Searching...
No Matches

◆ drand48()

double drand48 ( void  )

48 bit real random number in [0,1) (Linear congruential method)

Purpose
Generates 48 bit real random number in [0,1) by linear congruential method.
Returns
Generated 48 bit real random number in [0,1).
Note
This routine is provided for Windows version.