pgagetrandominitflag(2) debian man page | unix.com

Man Page: pgagetrandominitflag

Operating Environment: debian

Section: 2

PGAGetRandomInitFlag(2) 					      PGAPack						   PGAGetRandomInitFlag(2)

NAME
PGAGetRandomInitFlag - returns true/false to indicate whether or not alleles are randomly initialized.
INPUT PARAMETERS
ctx - context variable
OUTPUT PARAMETERS
none
SYNOPSIS
#include "pgapack.h" int PGAGetRandomInitFlag(ctx) PGAContext *ctx
LOCATION
create.c
EXAMPLE
Example: PGAContext *ctx; int raninit; : raninit = PGAGetRandomInitFlag(ctx); switch (raninit) { case PGA_TRUE: printf("Population is randomly initialized0); break; case PGA_FALSE: printf("Population initialized to zero0); break; } 05/01/95 PGAGetRandomInitFlag(2)
Related Man Pages
pgasetrealinitrange(2) - debian
pgadebugprint(3) - debian
modbus_send_raw_request(3) - debian
x509_store_ctx_set_verify_cb(3) - centos
x509_store_ctx_set_verify_cb(3) - netbsd
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
awk or sed - Convert 2 lines to 1 line
One instance of comparing grep and awk
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?