pgarandomgaussian(5) debian man page | unix.com

Man Page: pgarandomgaussian

Operating Environment: debian

Section: 5

PGARandomGaussian(5)						      PGAPack						      PGARandomGaussian(5)

NAME
PGARandomGaussian - returns an approximation to a Gaussian random number
INPUT PARAMETERS
mean - the mean of the Gaussian distribution sigma - the standard deviation of the Gaussian distribution
OUTPUT PARAMETERS
none
SYNOPSIS
#include "pgapack.h" double PGARandomGaussian(ctx, mean, sigma) PGAContext *ctx double mean double sigma
LOCATION
random.c
EXAMPLE
Example: To generate a Gaussian random number with mean 0.0 and standard deviation 1.0 use PGAContext *ctx; : r = PGARandomGaussian(ctx, 0.0, 1.0); 05/01/95 PGARandomGaussian(5)
Related Man Pages
pgaevaluate(1) - debian
pgasetrealinitrange(2) - debian
pgacreate(8) - debian
mlib_signalgaussnoiseinit_s16(3mlib) - sunos
mlib_signalgaussnoiseinit_s16(3mlib) - opensolaris
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
One instance of comparing grep and awk
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