File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -2814,7 +2814,7 @@ Return a random integer `n` such that `min <= n < max`. This
2814
2814
implementation avoids [ modulo bias] [ ] .
2815
2815
2816
2816
The range (` max - min ` ) must be less than 2<sup >48</sup >. ` min ` and ` max ` must
2817
- be safe integers.
2817
+ be [ safe integers] [ ] .
2818
2818
2819
2819
If the ` callback ` function is not provided, the random integer is
2820
2820
generated synchronously.
@@ -3622,7 +3622,8 @@ See the [list of SSL OP Flags][] for details.
3622
3622
[ RFC 5208 ] : https://www.rfc-editor.org/rfc/rfc5208.txt
3623
3623
[ encoding ] : buffer.html#buffer_buffers_and_character_encodings
3624
3624
[ initialization vector ] : https://en.wikipedia.org/wiki/Initialization_vector
3625
+ [ list of SSL OP Flags ] : wiki.openssl.org/index.php/List_of_SSL_OP_Flags#Table_of_Options
3626
+ [ safe integers ] : https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/isSafeInteger
3625
3627
[ scrypt ] : https://en.wikipedia.org/wiki/Scrypt
3626
- [ stream-writable-write ] : stream.html#stream_writable_write_chunk_encoding_callback
3627
3628
[ stream ] : stream.html
3628
- [ list of SSL OP Flags ] : wiki.openssl.org/index.php/List_of_SSL_OP_Flags#Table_of_Options
3629
+ [ stream-writable-write ] : stream.html#stream_writable_write_chunk_encoding_callback
You can’t perform that action at this time.
0 commit comments