Hi! I’m trying to select a random vertex from a mesh but already got stuck with the random number generator. It sorta works but for some reason multiple verticies are selected instead of just one. Here is the node setup that I made:
As you can tell there are multiple points which means multiple indexes equal the random value? If I don’t use the random number but input the index manually it works as expected.
Also is there a way to visualize what the random number is?
Thanks