Populating a surface with points randomly each time

You need to change the Seed(S) input.
This could be with an integer slider, and you move it when you want a different solution…
or if you want it to automatically generate different values each time the solution is refreshed, you could do it with a script like this that uses the current system time. Then it will change whenever you press f5 to refresh your solution.

1 Like