pgarandom01(5) debian man page | unix.com

Man Page: pgarandom01

Operating Environment: debian

Section: 5

PGARandom01(5)							      PGAPack							    PGARandom01(5)

NAME
PGARandom01 - generates a uniform random number on the interval [0,1)
DESCRIPTION
If 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 population
INPUT PARAMETERS
ctx - 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 PARAMETERS
none
SYNOPSIS
#include "pgapack.h" double PGARandom01(ctx, newseed) PGAContext *ctx int newseed
LOCATION
random.c
EXAMPLE
PGAContext *ctx; double r; : r = PGARandom01(ctx,0); 05/01/95 PGARandom01(5)
Related Man Pages
pgasetintegerinitrange(2) - debian
pgasetrealinitrange(2) - debian
pgasortpop(8) - debian
pgasetuserfunction(8) - debian
randomid_delete(3) - netbsd
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
How can I do this in VI editor?
Detecting unused variables...
Find columns in a file based on header and print to new file
How to copy a column of multiple files and paste into new excel file (next to column)?