PGAGetMinIntegerInitValue

Langue: en

Version: 265932 (debian - 07/07/09)

Section: 2 (Appels système)

NAME

PGAGetMinIntegerInitValue - returns the minimum of the range of integers used to randomly initialize integer strings.

INPUT PARAMETERS

ctx
- context variable

OUTPUT PARAMETERS

none

SYNOPSIS

 #include "pgapack.h"
 int  PGAGetMinIntegerInitValue(ctx, i)
 PGAContext *ctx
 int i
 

LOCATION

integer.c

EXAMPLE

 Example:
 PGAContext *ctx;
 int min;
 :
 min = PGAGetMinIntegerInitValue(ctx);