Query: pgasetrandomseed
OS: debian
Section: 5
Links: debian man pages all man pages
Forums: unix linux community forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PGASetRandomSeed(5) PGAPack PGASetRandomSeed(5)NAMEPGASetRandomSeed - set a seed for the random number generator.DESCRIPTIONThe default is to use a random seed. Specifying a seed exlicitly allows for reproducibility of runs.INPUT PARAMETERSctx - context variable seed - seed for the random number generatorOUTPUT PARAMETERSnoneSYNOPSIS#include "pgapack.h" void PGASetRandomSeed(ctx, seed) PGAContext *ctx int seedLOCATIONrandom.cEXAMPLEExample: PGAContext *ctx; : PGASetRandomSeed(ctx,1); 05/01/95 PGASetRandomSeed(5)
Related Man Pages |
---|
srand(3) - mojave |
rand(3) - freebsd |
rand_r(3) - osx |
srand(3) - freebsd |
mt_srand(3) - php |
Similar Topics in the Unix Linux Community |
---|
Adding the individual columns of a matrix. |
Is UNIX an open source OS ? |
Weird 'find' results |
A (ksh) Library For and From UNIX.com |
My first PERL incarnation... Audio Oscillograph |