debian man page for pgarandomgaussian

Query: pgarandomgaussian

OS: debian

Section: 5

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

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
pgasendreceiveindividual(4) - debian
pgasetuserfunction(8) - debian
mlib_signalgaussnoiseinit_s16(3mlib) - opensolaris
mlib_signalgaussnoiseinit_f32(3mlib) - opensolaris
Similar Topics in the Unix Linux Community
How can I do this in VI editor?
Find columns in a file based on header and print to new file
New UNIX and Linux History Sections
My first PERL incarnation... Audio Oscillograph