srand static method

void srand(
  1. int seed
)

Implementation

static void srand( int seed ){
	_randNext = seed;
}