srand

Initializes the random number generator
Usage
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.
Syntax Specification
srand <seed:integer>

Index, Commands
KVIrc 4.1.3.5988 Documentation
Generated by buildd at Tue Oct 9 20:23:10 2012