Simple types / Numbers / Integer
Conversion from a string
Converting to a string
Arithmetic operations
Getting random values
Bitwise operations
Numeral system
Converting Int -> Int
Check overflow
BigInteger
val
value = (
0
.
.2
).
random
()
//value
is
0, 1 or 2
println
(
"value
is
$value
"
)