PGAGetRandomSeed - returns the integer to seed random numbers with
ctx - context variable
none
#include "pgapack.h"
int PGAGetRandomSeed(ctx)
PGAContext *ctx
random.c
Example:
PGAContext *ctx;
int seed;
:
seed = PGAGetRandomSeed(ctx);
05/01/95 PGAGetRandomSeed(5)