You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ruby/lesson2/tutorial.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ To get all the numbers from 1 up to 5, excluding 5.
49
49
50
50
### `Random.rand()`
51
51
52
-
Random is an interface to a number generator. The `rand()` method takes in an integer value **max**. It returns an integer greater than zero and less than **max**. You can also use a **range** as a parameter.
52
+
Random is an interface to a number generator. The `rand()` method takes in an integer value **max**. It returns an integer greater than or equal to zero and less than **max**. You can also use a **range** as a parameter.
0 commit comments