_.shuffle(collection)
创建一个被打乱值的集合。 使用Fisher-Yates shuffle 版本。
const_=require('lodash'); for (letindex=0; index<10; index++) { vare=_.shuffle([1, 3, 4, 5, 5, 6, 7]); console.log(e) }
创建一个被打乱值的集合。 使用Fisher-Yates shuffle 版本。
const_=require('lodash'); for (letindex=0; index<10; index++) { vare=_.shuffle([1, 3, 4, 5, 5, 6, 7]); console.log(e) }