ЭЛЕКТРОННАЯ БИБЛИОТЕКА КОАПП |
Сборники Художественной, Технической, Справочной, Английской, Нормативной, Исторической, и др. литературы. |
3.2.115 randrand This function returns a random fractional number between 0 and the
value of To get an integral value, combine this with int, as in: $roll = int(rand 6) + 1; # $roll is now an integer between 1 and 6 |