PGAGetRandomSeed(5) PGAPack PGAGetRandomSeed(5)NAMEPGAGetRandomSeed - returns the integer to seed random numbers withINPUT PARAMETERSctx - context variableOUTPUT PARAMETERSnoneSYNOPSIS#include "pgapack.h" int PGAGetRandomSeed(ctx) PGAContext *ctxLOCATIONrandom.cEXAMPLEExample: PGAContext *ctx; int seed; : seed = PGAGetRandomSeed(ctx); 05/01/95 PGAGetRandomSeed(5)
| Related Man Pages |
|---|
| pgasetintegerinitrange(2) - debian |
| pgasetrealinitrange(2) - debian |
| pgadebugprint(3) - debian |
| rand(3) - freebsd |
| rand_r(3) - freebsd |
| Similar Topics in the Unix Linux Community |
|---|
| Adding the individual columns of a matrix. |
| How can I do this in VI editor? |
| Is UNIX an open source OS ? |
| Weird 'find' results |
| My first PERL incarnation... Audio Oscillograph |