A new start
This commit is contained in:
3
packages/buttplug/src/utils/Utils.ts
Normal file
3
packages/buttplug/src/utils/Utils.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export function getRandomInt(max: number) {
|
||||
return Math.floor(Math.random() * Math.floor(max));
|
||||
}
|
||||
Reference in New Issue
Block a user