If I look at this project on github.
There can be lots of different trees on plane, which is good for vast environments.
However this time I want to “plant” trees in a specific arrangement, and decorate the garden an a more careful way.
It would be better to have only one tree spawned at one vertex. Also it would be better to have a random seed at any given moment so no duplicated single-vertex-object has the same appearance.
Now the only hack is to make the plane small enough so it randomly has only one tree, and then try to change the shape as much as possible in order to retrieve a new seed number.
If you have any ideas on this drop me a hint.