Sign Up for Free

RunKit +

Try any Node.js package right in your browser

This is a playground to test code. It runs a full Node.js environment and already has all of npm’s 1,000,000+ packages pre-installed, including pluggable-prng with all npm packages installed. Try it out:

var pluggablePrng = require("pluggable-prng")

This service is provided by RunKit and is not affiliated with npm, Inc or the package authors.

pluggable-prng v2.1.0

An ES module with a class providing a "Pseudo-random number generator" which is "pluggable" meaning you can plug-in any PRNG algorithm. It's also "seedable" meaning that it can have a reproducible (deterministic) output based on its starting seed. The module includes plugins for some fast and good insecure PRNG's, but also a fast cryptographically secure PRNG which is using the Web Crypto API. Compatible with Node.js, Deno and the browser.

RunKit is a free, in-browser JavaScript dev environment for prototyping Node.js code, with every npm package installed. Sign up to share your code.
Sign Up for Free