dfe5699760e867908ed01b9e920728049e85c08c427937dce86e6f0c773ceb21b6c1fadb5a6eb3af359c1099d755a0380d9b998235120ca963fcf8d6b902b0 205 B

12345
  1. const generateId = () => Math.floor(Math.random() * 1e4);
  2. const getRandomInt = (max) => Math.floor(Math.random() * Math.floor(max));
  3. export { generateId, getRandomInt };
  4. //# sourceMappingURL=rand.mjs.map