silc_rand_seed

SYNOPSIS

    void silc_rand_seed(SilcUInt32 seed);

DESCRIPTION

Seed the random number generator with the value `seed'. This should be called before starting to retrieve random numbers and the `seed' itself should be random or non-determinable. It is also wise to reseed the random number generator periodically if random numbers are used a lot.