@randplus/buffer
v1.0.1
Published
Generate random buffers. This package is included in 'randplus'.
Downloads
45
Maintainers
Readme
@randplus/buffer
Generate random buffers. This package is included in 'randplus'.
Usage
const random = require('@randplus/buffer');
console.log(random()) // '<Buffer >'
console.log(random(16)) // '<Buffer 26 bc 62 84 b0 94 5e c5 1a d5 fd 69 6f d3 78 b1>'