UNPKG

@wezom/toolkit-array

Version:
12 lines (9 loc) 195 B
'use strict'; /** * Function for simple sorting of array elements in random order * @immutable */ function simpleRandomFn() { return Math.random() - 0.5; } module.exports = simpleRandomFn;