hstealth

Results 1 comments of hstealth

const random = (min, max)=> () => Math.random() * (max - min) + min let random2to32 = random(2,32) function createRandomNum(length) { let arr = new Set() function creatNum(arr, total) {...