I am going ro randomly select 4 trees in a sampling site. I know that the most common way to randomly select a tree is to give a number to each tree and than to use a random number generator. But sometimes the number of trees in a forest can be huge. Is there any trick to make the random selection faster and simplier?