element-plus
Version:
A Component Library for Vue 3
1 lines • 698 B
Source Map (JSON)
{"version":3,"file":"rand.mjs","names":[],"sources":["../../../../packages/utils/rand.ts"],"sourcesContent":["/**\n * @deprecated Use `useId` `useIdInjection` instead\n * Generate random number in range [0, 1000]\n * Maybe replace with [uuid](https://www.npmjs.com/package/uuid)\n */\nexport const generateId = (): number => Math.floor(Math.random() * 10000)\n\n/**\n * @deprecated\n * Generating a random int in range (0, max - 1)\n * @param max {number}\n */\nexport const getRandomInt = (max: number) =>\n Math.floor(Math.random() * Math.floor(max))\n"],"mappings":";;;;;;AAKA,MAAa,mBAA2B,KAAK,MAAM,KAAK,QAAQ,GAAG,IAAM;;;;;;AAOzE,MAAa,gBAAgB,QAC3B,KAAK,MAAM,KAAK,QAAQ,GAAG,KAAK,MAAM,IAAI,CAAC"}