Files
sexy/packages/buttplug/src/utils/Utils.ts

4 lines
99 B
TypeScript
Raw Normal View History

2025-10-25 22:04:41 +02:00
export function getRandomInt(max: number) {
return Math.floor(Math.random() * Math.floor(max));
}