debian man page for pgagetrandomseed

Query: pgagetrandomseed

OS: debian

Section: 5

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

PGAGetRandomSeed(5)						      PGAPack						       PGAGetRandomSeed(5)

NAME
PGAGetRandomSeed - returns the integer to seed random numbers with
INPUT PARAMETERS
ctx - context variable
OUTPUT PARAMETERS
none
SYNOPSIS
#include "pgapack.h" int PGAGetRandomSeed(ctx) PGAContext *ctx
LOCATION
random.c
EXAMPLE
Example: PGAContext *ctx; int seed; : seed = PGAGetRandomSeed(ctx); 05/01/95 PGAGetRandomSeed(5)
Related Man Pages
pgasendreceiveindividual(4) - debian
pgacreate(8) - debian
pgaduplicate(8) - debian
pgasortpop(8) - debian
srand(3) - php
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
awk or sed - Convert 2 lines to 1 line
How can I do this in VI editor?
Find columns in a file based on header and print to new file
A (ksh) Library For and From UNIX.com