This website requires JavaScript.
Explore
Help
Sign in
nebel
/
daraz-san
Watch
1
Star
0
Fork
You've already forked daraz-san
0
mirror of
https://github.com/kou029w/daraz-san.git
synced
2025-01-19 00:18:01 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
f21f095f01
daraz-san
/
scripts
/
util
/
random.js
2 lines
77 B
JavaScript
Raw
Normal View
History
Unescape
Escape
format
2020-04-09 00:16:46 +09:00
module
.
exports
=
(
array
)
=>
array
[
Math
.
floor
(
Math
.
random
(
)
*
array
.
length
)
]
;
Reference in a new issue
Copy permalink