SetURandomSeed Function

Seeds a plugin's uniform random number stream. This is done automatically, so normally it is totally unnecessary to call this.

void SetURandomSeed(const int[] seeds, int numSeeds)

Parameters

const int[] seeds

Array of numbers to use as seeding data.

int numSeeds

Number of seeds in the seeds array.