Query: pgarandom01
OS: debian
Section: 5
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PGARandom01(5) PGAPack PGARandom01(5)NAMEPGARandom01 - generates a uniform random number on the interval [0,1)DESCRIPTIONIf the second argument is 0 it returns the next random number in the sequence. Otherwise, the second argument is used as a new seed for the populationINPUT PARAMETERSctx - context variable newseed - either 0 to get the next random number, or nonzero to reseed Outputs: A random number on the interval [0,1)OUTPUT PARAMETERSnoneSYNOPSIS#include "pgapack.h" double PGARandom01(ctx, newseed) PGAContext *ctx int newseedLOCATIONrandom.cEXAMPLEPGAContext *ctx; double r; : r = PGARandom01(ctx,0); 05/01/95 PGARandom01(5)
Related Man Pages |
---|
pgaevaluate(1) - debian |
pgasetrealinitrange(2) - debian |
pgacreate(8) - debian |
pgaduplicate(8) - debian |
rand(3) - freebsd |
Similar Topics in the Unix Linux Community |
---|
How can I do this in VI editor? |
Is UNIX an open source OS ? |
A (ksh) Library For and From UNIX.com |
New UNIX and Linux History Sections |