Simple types / Numbers / Integer

value = rand(0..2)
# value is 0, 1 or 2

puts "value is #{value}"