This module is the main entrypoint for Node.js and compatible runtimes.
import { createPrng } from "simd-prng";const prng = createPrng();console.log(prng.randomInt()); Copy
import { createPrng } from "simd-prng";const prng = createPrng();console.log(prng.randomInt());
This module is the main entrypoint for Node.js and compatible runtimes.
Example