Simple types / Numbers / Integer
Conversion from a string
Converting to a string
Arithmetic operations
Getting random values
Bitwise operations
Numeral system
Check overflow
BigInteger
value =
rand
(
0
.
.2
)
# value is 0, 1 or 2
puts
"value is
#{value}
"