pgarandomuniform(5) debian man page | unix.com

Man Page: pgarandomuniform

Operating Environment: debian

Section: 5

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
pgasetintegerinitrange(2) - debian
pgasetrealinitrange(2) - debian
pgadebugprint(3) - debian
pgaduplicate(8) - debian
pgasortpop(8) - debian
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
Introduction
Weird 'find' results
How to copy a column of multiple files and paste into new excel file (next to column)?
New UNIX and Linux History Sections