Source Code: src/families/_2d/samples/blue_noise/
Blue noise samples are randomized but roughly evenly spaced.
More details: What is Blue Noise?
There are many ways to generate 2d blue noise sample points, but there currently is only one way implemented:
There are three variations, each using a different multiplier for the number of candidates generated compared to how many blue noise samples there already are: 1, 5 and 10.
samples tested:
-
BestCandidate (Progressive, Randomized)
-
BestCandidate5 (Progressive, Randomized)
-
BestCandidate10 (Progressive, Randomized)