This website requires JavaScript.
Explore
Help
Register
Sign In
valknar
/
sexy
Watch
1
Star
0
Fork
0
You've already forked sexy
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
8085b40af862b1815619c6c0757cae37c76592d4
sexy
/
packages
/
buttplug
/
src
/
utils
/
Utils.ts
4 lines
100 B
TypeScript
Raw
Normal View
History
Unescape
Escape
A new start
2025-10-25 22:04:41 +02:00
export
function
getRandomInt
(
max
:
number
)
{
style: apply prettier formatting to all files Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-04 22:27:54 +01:00
return
Math
.
floor
(
Math
.
random
(
)
*
Math
.
floor
(
max
)
)
;
A new start
2025-10-25 22:04:41 +02:00
}
Reference in New Issue
Copy Permalink