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.
2 parents e1d6ff6 + 61e3573 commit 185ba90Copy full SHA for 185ba90
README.md
@@ -25,7 +25,7 @@ This proposal is intentionally pared down to the basic set of commonly-written r
25
* `Random.int(a,b)` - generates an integer in a-b
26
* `Random.bigint(a,b)` - generates a bigint in a-b
27
* `Random.bytes(n)` - generates a UInt8Array filled with N random bytes
28
-* `Random.fillBytes(buf)` - fills `buf` with random bytwes
+* `Random.fillBytes(buf)` - fills `buf` with random bytes
29
30
## `Random.random(options: RandomOptions?): Number` ##
31
0 commit comments