File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ This proposal is intentionally pared down to the basic set of commonly-written r
21
21
22
22
* ` Random.random() ` - generates a number in 0-1
23
23
* ` Random.number(a,b) ` - generates a number in a-b
24
- * ` Random.range() ` - generates a random value that would be generated by the same ` Iterator.range() `
24
+ * ` Random.range(... ) ` - generates a random value that would be generated by the same ` Iterator.range(... ) `
25
25
* ` Random.int(a,b) ` - generates an integer in a-b
26
26
* ` Random.bigint(a,b) ` - generates a bigint in a-b
27
- * ` Random.bytes() ` - generates a UInt8Array filled with random bytes
27
+ * ` Random.bytes(n ) ` - generates a UInt8Array filled with N random bytes
28
28
* ` Random.fillBytes(buf) ` - fills ` buf ` with random bytwes
29
29
30
30
## ` Random.random(options: RandomOptions?): Number ` ##
You can’t perform that action at this time.
0 commit comments