PGAGetMinIntegerInitValue  -  returns  the  minimum  of  the  range  of
       integers used to randomly initialize integer strings.
       ctx    - context variable
       none
       #include "pgapack.h"
       int  PGAGetMinIntegerInitValue(ctx, i)
       PGAContext *ctx
       int i
       integer.c
       Example:
       PGAContext *ctx;
       int min;
       :
       min = PGAGetMinIntegerInitValue(ctx);
                                   05/01/95       PGAGetMinIntegerInitValue(2)