I have a set of points xyz8,
I want to randomly get 10% of points.
Then I want to randomly get 10% of the remaining 90%
Then I want to randomly get 10% of the remaining 70%
etc until all points done
How can I go about doing this?
Any advice is hugely appreciated