debian man page for pgarandomuniform

Query: pgarandomuniform

OS: debian

Section: 5

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

PGARandomUniform(5)						      PGAPack						       PGARandomUniform(5)

NAME
PGARandomUniform - returns a uniform random number on the interval [start,end]
INPUT PARAMETERS
ctx - context variable start - starting (double) value of the interval end - ending (double) value of the interval
OUTPUT PARAMETERS
none
SYNOPSIS
#include "pgapack.h" double PGARandomUniform(ctx, start, end) PGAContext *ctx double start double end
LOCATION
random.c
EXAMPLE
Example: 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
pgaevaluate(1) - debian
pgasetintegerinitrange(2) - debian
qwtscalearithmetic(3) - debian
pgasendreceiveindividual(4) - debian
pgaduplicate(8) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Installing Dash Shell on OS X Lion
awk or sed - Convert 2 lines to 1 line
Is UNIX an open source OS ?
New UNIX and Linux History Sections