Can Game.Rand return 0?

Tomatekh

Emperor
Joined
Aug 6, 2012
Messages
1,434
So I want to use a random number for something. Searching the forums I see that Game.Rand seems to be used. However, I want to know if (Game.Rand(5, "") returns 1-5 or 0-5. (I mainly ask because I remember the primary random function used with Civ IV python gave 0-5).

Thanks.
 
// Get a synchronous random number in the range of 0...iNum-1
 
Back
Top Bottom