简单类型 / 数字 / Integer
从字符串转换
转换为字符串
算术运算
获取随机值
按位运算
数字系统
转换 Int -> Int
检查溢出
BigInteger
val
value = (
0
.
.2
).
random
()
//value
is
0, 1 or 2
println
(
"value
is
$value
"
)