Installation
npm install --save @types/math-random
Summary
This package contains type definitions for math-random (https://github.com/michaelrhodes/math-random#readme).
Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/math-random.
index.d.ts
declare const mathRandom: {
(): number;
cryptographic: true | undefined;
};
export = mathRandom;
Additional Details
- Last updated: Tue, 07 Nov 2023 09:09:39 GMT
- Dependencies: none
Credits
These definitions were written by Richie Bendall.