PGAGetMinRealInitValue  -  returns  the  minimum value used to randomly
       initialize allele i in a real string
       ctx    - context variable
       i      - an allele position
       none
       #include "pgapack.h"
       double  PGAGetMinRealInitValue(ctx, i)
       PGAContext *ctx
       int i
       real.c
       Example:
       PGAContext *ctx;
       int min;
       :
       min = PGAGetMinRealInitValue(ctx, 0);
                                   05/01/95          PGAGetMinRealInitValue(2)