index
:
kalimba.git
master
Unnamed repository; edit this file 'description' to name the repository.
git daemon user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
client
/
lib
/
util.js
blob: b2d95f521827b7272f994abae3907966271faee3 (
plain
)
1
2
3
function
choice
(
a
){
return
a
[
Math
.
floor
(
Math
.
random
()
*
a
.
length
)
]
}
export
{
choice
}