pgarandominterval(5) debian man page | unix.com

Man Page: pgarandominterval

Operating Environment: debian

Section: 5

PGARandomInterval(5)						      PGAPack						      PGARandomInterval(5)

NAME
PGARandomInterval - returns a uniform random number on the specified interval
INPUT PARAMETERS
ctx - context variable start - starting (integer) value of the interval end - ending (integer) value of the interval
OUTPUT PARAMETERS
none
SYNOPSIS
#include "pgapack.h" int PGARandomInterval(ctx, start, end) PGAContext *ctx int start int end
LOCATION
random.c
EXAMPLE
Example: Generate a value uniformly random from the interval [0,99] PGAContext *ctx; : PGARandomInterval(ctx, 0, 99); 05/01/95 PGARandomInterval(5)
Related Man Pages
pgaevaluate(1) - debian
pgasetrealinitrange(2) - debian
pgasendreceiveindividual(4) - debian
pgaduplicate(8) - debian
glxquerycontext(3g) - centos
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Introduction
Weird 'find' results
How to copy a column of multiple files and paste into new excel file (next to column)?
My first PERL incarnation... Audio Oscillograph