UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

9 lines 242 B
/** * * @param {function} random * @param {number} min * @param {number} max * @returns {number} */ export function randomFloatBetween(random: Function, min: number, max: number): number; //# sourceMappingURL=randomFloatBetween.d.ts.map