UNPKG

littelbit-brain-games

Version:
9 lines (7 loc) 189 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = function (min, max) { return Math.round(min - 0.5 + Math.random() * (max - min + 1)); };