Returns a random number from the Half-Life 2 Random Stream.
int GetRandomInt(int nmin, int nmax)
Minimum random bound.
Maximum random bound.
A random number between (inclusive) nmin and nmax.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.