UNPKG

@daisugi/kintsugi

Version:

Kintsugi is a set of utilities to help build a fault tolerant services.

4 lines 148 B
export function randomBetween(min, max) { return Math.floor(Math.random() * (max - min + 1) + min); } //# sourceMappingURL=random_between.js.map