UNPKG
fisher-yates
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
A compact module to randomly sort an Array
github.com/dcousens/fisher-yates
dcousens/fisher-yates
fisher-yates
/
index.d.ts
4 lines
(2 loc)
•
90 B
TypeScript
View Raw
1
2
3
4
declare
function
shuffle<T =
any
> (
array
: T[],
rng
?:
() =>
number
): T[]
export
= shuffle