var array = Array.from({ length: 10000 }, () => Math.floor(Math.random() * 10000))