This library is backed by WebAssembly code, so it needs a fetching + compilation step before in can be used. That is the purpose of init().
init()
const createPrng = await init():const prng = createPrng();console.log(prng.random()); Copy
const createPrng = await init():const prng = createPrng();console.log(prng.random());
This library is backed by WebAssembly code, so it needs a fetching + compilation step before in can be used. That is the purpose of
init().