@ginden/blinkstick-v2
Version:
Improved Blickstick API for Node.js
12 lines • 437 B
TypeScript
/**
* Generate a random integer number within a range.
*
* @private
* @static
* @method randomIntInclusive
* @param {Number} low the low value of the number
* @param {Number} high the high value of the number
* @return {Number} Random number in the range of [low..high] inclusive of low and high
*/
export declare function randomIntInclusive(low: number, high: number): number;
//# sourceMappingURL=random-int-inclusive.d.ts.map