In file miscfx.h:

#define randomize

()

Seed the random number generator.

Documentation

Seed the random number generator.

A macro that uses the current time and process ID to seed the pseudo-random number generator. Future versions should look for the /dev/random or /dev/urandom devices and use those, if they're available.

See Also:
rnd()

Alphabetic index



This page was generated with the help of DOC++.