The Complete SPRLIB & ANNLIB

random_seed

- initialize the random generator with a seed

SYNOPSIS

int random_seed (seed)

ARGUMENTS

int seed The seed with which the random generator is initialized.

RETURNS

The seed with which the generator was initialized.

FUNCTION

This function is used to initialize the random number generator.

NOTE

If seed = 0 then the system clock is used to generate a seed.

SEE ALSO

ran1

This document was generated using api2html on Thu Mar 5 09:00:00 MET DST 1998