{"version":3,"file":"getRandomInt.mjs","names":["getRandomInt","min","max","Math","floor","random"],"sources":["../../src/utils/getRandomInt.ts"],"sourcesContent":["// Returns a random integer between min (inclusive) and max (inclusive)\nexport default function getRandomInt(min: number, max: number) {\n  return Math.floor(Math.random() * (max - min + 1)) + min;\n}\n"],"mappings":"AAAA;AACA,eAAe,SAASA,YAAYA,CAACC,GAAW,EAAEC,GAAW,EAAE;EAC7D,OAAOC,IAAI,CAACC,KAAK,CAACD,IAAI,CAACE,MAAM,CAAC,CAAC,IAAIH,GAAG,GAAGD,GAAG,GAAG,CAAC,CAAC,CAAC,GAAGA,GAAG;AAC1D","ignoreList":[]}