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: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,7 @@ returns `lo` or `hi` at random.)
30
30
31
31
> [!NOTE]
32
32
> [Issue 19](https://github.com/tc39/proposal-random-functions/issues/19) The exact algorithm is not yet decided.
33
+
> Also see [Issue 20](https://github.com/tc39/proposal-random-functions/issues/20) about whether the interval is half-open or closed, and what options are allowed.
33
34
34
35
If `step` is passed,
35
36
returns a random `Number` of the form `lo + N*step`,
0 commit comments