@minenode/wasm-java-random
v0.0.3
Published
java.util.Random implemented in WebAssembly
Downloads
15
Readme
wasm-java-random
A full implentation of Java's java.util.Random class for JavaScript, written in WebAssembly using AssemblyScript.
In theory, this is portable across Node.JS and modern browsers.
See index.d.ts for the exported API.
yarn add @minenode/wasm-java-randomTODO: Modify Random#nextInt to read data from WASM memory for performance.
Copyright © MineNode. Licensed under the MIT License.
