We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf32162 commit f414957Copy full SHA for f414957
README.md
@@ -29,7 +29,7 @@ with a uniform distribution.
29
returns `lo` or `hi` at random.)
30
31
> [!ISSUE]
32
-> The exact algorithm is not yet decided.
+> [Issue 19](https://github.com/tc39/proposal-random-functions/issues/19) The exact algorithm is not yet decided.
33
34
If `step` is passed,
35
returns a random `Number` of the form `lo + N*step`,
@@ -148,4 +148,4 @@ All of the above functions will also be defined on the [`Random.Seeded` class](h
148
# History
149
150
* 2024-04: Initial Stage 0 proposal authored.
151
-* 2025-05: Proposal was accepted for Stage 1, somewhat stripped down (TODO: link to notes)
+* 2025-05: Proposal was accepted for Stage 1, somewhat stripped down (TODO: link to notes)
0 commit comments