node-pure-rand 6.0.2+ds1-2 source package in Ubuntu

Changelog

node-pure-rand (6.0.2+ds1-2) unstable; urgency=medium

  * Source-only upload

 -- Yadd <email address hidden>  Sat, 19 Aug 2023 12:34:17 +0400

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-pure-rand_6.0.2+ds1-2.dsc 2.1 KiB 55fe0e99664838badc1901c5f9546e0a6ccbc8c550d496527ded6215bf80c9df
node-pure-rand_6.0.2+ds1.orig.tar.xz 80.3 KiB 864d26a8c5529edc0b0e2a2064fea68afbf677d04244ef7cc35abfe1ab8f6f22
node-pure-rand_6.0.2+ds1-2.debian.tar.xz 3.0 KiB f815843ac21781c92c3abc4ea539c18a80543d75e58380cd1820d2956d9b5f98

Available diffs

No changes file available.

Binary packages built by this source

node-pure-rand: 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".