randomBytes
randomBytes(result, result_offset, random, count)
Fill array with random byte values (0..255 integers)
Kind: global function
Param | Type |
---|---|
result | Uint8Array |
result_offset | number |
random | function |
count | number |
Fill array with random byte values (0..255 integers)
Kind: global function
Param | Type |
---|---|
result | Uint8Array |
result_offset | number |
random | function |
count | number |