forestScore - How can I ensure reproducible results when using random number generation?

Réponse

You can specify a value greater than zero for the 'seed' parameter. By default, the seed is 0, which bases the random number stream on the computer clock.
Did this answer help you?