Returns a random bool
.
- Возвращает
bool
- Random bool either 0 or 1
>> true
>> true
>> false
proto void Print(void var)
Prints content of variable to console/log.
См. определение в файле EnMath.c строка 73
74 {
76 }
static int RandomIntInclusive(int min, int max)
Returns a random int number between and min [inclusive] and max [inclusive].
Перекрестные ссылки RandomIntInclusive().
Используется в TickState().