pgasetrandomseed(5) debian man page | unix.com

Man Page: pgasetrandomseed

Operating Environment: debian

Section: 5

PGASetRandomSeed(5)						      PGAPack						       PGASetRandomSeed(5)

NAME
PGASetRandomSeed - set a seed for the random number generator.
DESCRIPTION
The default is to use a random seed. Specifying a seed exlicitly allows for reproducibility of runs.
INPUT PARAMETERS
ctx - context variable seed - seed for the random number generator
OUTPUT PARAMETERS
none
SYNOPSIS
#include "pgapack.h" void PGASetRandomSeed(ctx, seed) PGAContext *ctx int seed
LOCATION
random.c
EXAMPLE
Example: PGAContext *ctx; : PGASetRandomSeed(ctx,1); 05/01/95 PGASetRandomSeed(5)
Related Man Pages
rand_r(3) - mojave
srand(3) - mojave
sranddev(3) - mojave
rand(3) - freebsd
rand_r(3) - freebsd
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
Is UNIX an open source OS ?
One instance of comparing grep and awk
Find columns in a file based on header and print to new file
How to copy a column of multiple files and paste into new excel file (next to column)?