srand

Initializes the random number generator
Syntax

srand <seed>

Description
Initializes the random number generator "seeding" it with <seed> which must be an integer. If no <seed> is passed it defaults to 1. Sequences of random numbers can be repeated by using the same <seed> value.

Index, Commands
KVIrc 3.2.0 Documentation
Generated by root at Thu Oct 20 09:26:56 2005