Query: pgarandomuniform
OS: debian
Section: 5
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PGARandomUniform(5) PGAPack PGARandomUniform(5)NAMEPGARandomUniform - returns a uniform random number on the interval [start,end]INPUT PARAMETERSctx - context variable start - starting (double) value of the interval end - ending (double) value of the intervalOUTPUT PARAMETERSnoneSYNOPSIS#include "pgapack.h" double PGARandomUniform(ctx, start, end) PGAContext *ctx double start double endLOCATIONrandom.cEXAMPLEExample: Generate a uniform random number on the interval [-0.5, 1.5] PGAContext *ctx; double r; : r = PGARandomUniform(ctx, -0.5, 1.5); 05/01/95 PGARandomUniform(5)
Related Man Pages |
---|
pgasetintegerinitrange(2) - debian |
pgasetrealinitrange(2) - debian |
qwtscalemap(3) - debian |
pgasetuserfunction(8) - debian |
randomid(3) - netbsd |
Similar Topics in the Unix Linux Community |
---|
Introduction |
Detecting unused variables... |
One instance of comparing grep and awk |
Weird 'find' results |
New UNIX and Linux History Sections |