文件名称:random-bytes:生成强伪随机字节
文件大小:7KB
文件格式:ZIP
更新时间:2024-05-31 03:40:32
nodejs javascript bytes random-bytes pseudo-random-bytes
随机字节 生成强伪随机字节。 该模块是Node.js核心crypto.randomBytes API的简单包装,其中包括以下内容: 一个面向承诺环境的Promise界面。 对于不等待PRNG播种的Node.js版本,此模块将稍等。 安装 这是可通过使用的模块。 使用完成 : $ npm install random-bytes 原料药 var randomBytes = require ( 'random-bytes' ) randomBytes(大小,回调) 生成强伪随机字节。 size参数是一个数字,指示要生成的字节数。 randomBytes ( 12 , function ( error , bytes ) { if ( error ) throw error // do something with the bytes } ) randomBytes(大小)
【文件预览】:
random-bytes-master
----.eslintrc.yml(29B)
----.travis.yml(3KB)
----LICENSE(1KB)
----test()
--------.eslintrc.yml(19B)
--------test.js(5KB)
----HISTORY.md(59B)
----README.md(2KB)
----.gitignore(56B)
----index.js(2KB)
----.eslintignore(22B)
----package.json(1KB)