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
int
random =
arc4random_uniform
(
3
);
//may return 0, 1 or 2 but not 3