Returns the maximum of the range of integers used to randomly initialize integer strings.
ctx
- context variable
none
#include "pgapack.h" int PGAGetMaxIntegerInitValue(ctx, i) PGAContext *ctx int i
integer.c
Example: PGAContext *ctx; int max; : max = PGAGetMaxIntegerInitValue(ctx);