Recent Docs Activity
View all activityPage | Date | Comment |
---|---|---|
Math.random() |
Minor nitpick: The closed range format [x, y] means both x and y are included; as 1 is not included in the range of Math.random(), we use the half-open range format [x, y) |