prng-wasm
v1.0.5
Published
Contains a wasm module and the emscripten built js file to import into a project to use the webassembly functions. Intended mainly for use in the data-synthesizer NPM module.
Downloads
4
Maintainers
Readme
Pseudo Random Number (PRNG) Generator WebAssembly Module
NPM Package that contains the prng wasm module and the emscripten built js file to import into a project to use the webassembly functions.
The source code for the webassembly module is on github at https://github.com/scheid/prng-wasm.
This package is mainly intended to be used by the data-synthesizer project.