Changeset View
Changeset View
Standalone View
Standalone View
lib/libc/gen/rand48.3
| .\" Copyright (c) 1993 Martin Birgmeier | .\" Copyright (c) 1993 Martin Birgmeier | ||||
| .\" All rights reserved. | .\" All rights reserved. | ||||
| .\" | .\" | ||||
| .\" You may redistribute unmodified or modified versions of this source | .\" You may redistribute unmodified or modified versions of this source | ||||
| .\" code provided that the above copyright notice and this and the | .\" code provided that the above copyright notice and this and the | ||||
| .\" following conditions are retained. | .\" following conditions are retained. | ||||
| .\" | .\" | ||||
| .\" This software is provided ``as is'', and comes with no warranties | .\" This software is provided ``as is'', and comes with no warranties | ||||
| .\" of any kind. I shall in no event be liable for anything that happens | .\" of any kind. I shall in no event be liable for anything that happens | ||||
| .\" to anyone/anything when using this software. | .\" to anyone/anything when using this software. | ||||
| .\" | .\" | ||||
| .Dd September 4, 2012 | .Dd September 11, 2025 | ||||
| .Dt RAND48 3 | .Dt RAND48 3 | ||||
| .Os | .Os | ||||
| .Sh NAME | .Sh NAME | ||||
| .Nm drand48 , | .Nm drand48 , | ||||
| .Nm erand48 , | .Nm erand48 , | ||||
| .Nm lrand48 , | .Nm lrand48 , | ||||
| .Nm nrand48 , | .Nm nrand48 , | ||||
| .Nm mrand48 , | .Nm mrand48 , | ||||
| ▲ Show 20 Lines • Show All 157 Lines • ▼ Show 20 Lines | |||||
| .Pp | .Pp | ||||
| Note that all three methods of seeding the random number generator | Note that all three methods of seeding the random number generator | ||||
| always also set the multiplicand and addend for any of the six | always also set the multiplicand and addend for any of the six | ||||
| generator calls. | generator calls. | ||||
| .Sh SEE ALSO | .Sh SEE ALSO | ||||
| .Xr arc4random 3 , | .Xr arc4random 3 , | ||||
| .Xr rand 3 , | .Xr rand 3 , | ||||
| .Xr random 3 | .Xr random 3 | ||||
| .Sh STANDARDS | |||||
| The functions described in this page are expected to conform to | |||||
| .St -p1003.1-2008 . | |||||
| .Sh AUTHORS | .Sh AUTHORS | ||||
| .An Martin Birgmeier | .An Martin Birgmeier | ||||