I have 10 sample data (array of int) and now I want to make it 100 and mean while I don’t want to just copy it 10 times. Data = [0, 1,2,3,4,5,6,7,8,9]
So I want to create 90 more data and if I copy it 9 times than each frequency will be 10 or evenly distributed. Which I don’t want but some other way where frequency randomly or at least not evenly distributed.