R
Roy Gourgi
Hi,
What is the equivalent code in C# of these 2 statements in C++.
GETRANDOM(min,max)((rand()%(int)(((max)+1)-(min)))+(min)); // C++ code
srand( (unsigned)time( NULL ) ); // C++ code
TIA
Roy
What is the equivalent code in C# of these 2 statements in C++.
GETRANDOM(min,max)((rand()%(int)(((max)+1)-(min)))+(min)); // C++ code
srand( (unsigned)time( NULL ) ); // C++ code
TIA
Roy