Query: pgarandomgaussian
OS: debian
Section: 5
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PGARandomGaussian(5) PGAPack PGARandomGaussian(5)NAMEPGARandomGaussian - returns an approximation to a Gaussian random numberINPUT PARAMETERSmean - the mean of the Gaussian distribution sigma - the standard deviation of the Gaussian distributionOUTPUT PARAMETERSnoneSYNOPSIS#include "pgapack.h" double PGARandomGaussian(ctx, mean, sigma) PGAContext *ctx double mean double sigmaLOCATIONrandom.cEXAMPLEExample: 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 |
---|
pgasetintegerinitrange(2) - debian |
pgasetrealinitpercent(2) - debian |
pgadebugprint(3) - debian |
pgasendreceiveindividual(4) - debian |
pgaduplicate(8) - debian |
Similar Topics in the Unix Linux Community |
---|
awk or sed - Convert 2 lines to 1 line |
Introduction |
Detecting unused variables... |
How to copy a column of multiple files and paste into new excel file (next to column)? |