Random points
- true randomness is hard
- pseudo random number generators usually don’t have even distribution
- or “slow”
- or cannot be used in a parallel way
- OpenGL does not have random API (reasons above)
And in most cases higher “entropy” is more pleasant to the eyes.