Query: pgarandominterval
OS: debian
Section: 5
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PGARandomInterval(5) PGAPack PGARandomInterval(5)NAMEPGARandomInterval - returns a uniform random number on the specified intervalINPUT PARAMETERSctx - context variable start - starting (integer) value of the interval end - ending (integer) value of the intervalOUTPUT PARAMETERSnoneSYNOPSIS#include "pgapack.h" int PGARandomInterval(ctx, start, end) PGAContext *ctx int start int endLOCATIONrandom.cEXAMPLEExample: Generate a value uniformly random from the interval [0,99] PGAContext *ctx; : PGARandomInterval(ctx, 0, 99); 05/01/95 PGARandomInterval(5)
Related Man Pages |
---|
pgasetrealinitrange(2) - debian |
modbus_send_raw_request(3) - debian |
pgasendreceiveindividual(4) - debian |
randomid(3) - netbsd |
randomid_delete(3) - netbsd |
Similar Topics in the Unix Linux Community |
---|
Installing Dash Shell on OS X Lion |
Introduction |
One instance of comparing grep and awk |
A (ksh) Library For and From UNIX.com |
My first PERL incarnation... Audio Oscillograph |