[ trixie ]
[ sid ]
[ 原始碼: node-pure-rand ]
套件:node-pure-rand(6.0.4+ds1-1)
node-pure-rand 的相關連結
Debian 的資源:
下載原始碼套件 node-pure-rand:
- [node-pure-rand_6.0.4+ds1-1.dsc]
- [node-pure-rand_6.0.4+ds1.orig.tar.xz]
- [node-pure-rand_6.0.4+ds1-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
Fast pseudorandom number generator for Node.js
node-pure-rand is a fast pseudo random number generator with purity in mind. Pure means that the instance "rng" will never be altered in-place. It can be called again and again and will always return the same value, but it will also return the next "rng".