A boolean flag to indicate whether to randomly initialize alleles.
Legal values are PGA_TRUE and PGA_FALSE. Default is PGA_TRUE -- randomly initialize alleles.
ctx
- context variable
flag
- either PGA_TRUE or PGA_FALSE
none
#include "pgapack.h" void PGASetRandomInitFlag(ctx, RandomBoolean) PGAContext *ctx int RandomBoolean
create.c
Example: Set the initialization routine to initialize all alleles to zero PGAContext *ctx; : PGASetRandomInitFlag(ctx,PGA_FALSE);