Man Page: pgagetminintegerinitvalue
Operating Environment: debian
Section: 2
PGAGetMinIntegerInitValue(2) PGAPack PGAGetMinIntegerInitValue(2)NAMEPGAGetMinIntegerInitValue - returns the minimum of the range of integers used to randomly initialize integer strings.INPUT PARAMETERSctx - context variableOUTPUT PARAMETERSnoneSYNOPSIS#include "pgapack.h" int PGAGetMinIntegerInitValue(ctx, i) PGAContext *ctx int iLOCATIONinteger.cEXAMPLEExample: PGAContext *ctx; int min; : min = PGAGetMinIntegerInitValue(ctx); 05/01/95 PGAGetMinIntegerInitValue(2)