UNPKG

random-js

Version:

A mathematically correct random number generator library for JavaScript.

6 lines (5 loc) 190 B
/** * See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Int32Array */ declare const I32Array: typeof Int32Array; export { I32Array as Int32Array };