simd-prng - v0.2.3
    Preparing search index...

    Function init

    • 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().

      const createPrng = await init():

      const prng = createPrng();

      console.log(prng.random());

      Returns Promise<CreatePrng>