[ 原始碼: node-random-bytes ]
套件:node-random-bytes(1.0.0-2)
node-random-bytes 的相關連結
Debian 的資源:
下載原始碼套件 node-random-bytes:
- [node-random-bytes_1.0.0-2.dsc]
- [node-random-bytes_1.0.0.orig.tar.gz]
- [node-random-bytes_1.0.0-2.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
generate strong pseudo-random bytes
This module is a simple wrapper around the Node.js core crypto.randomBytes API, with the following additions:
* A Promise interface for environments with promises. * For Node.js versions that do not wait for the PRNG to be seeded, this module will wait a bit.
Node.js is an event-based server-side JavaScript engine.