Struggling to figure out how to create a cull pattern (or similar) where the TRUE/FALSE is driven by a preceding likelihood of occurring. For example if I’ve got a grid of points and want them to have a % chance of being removed as we move to the right. I can get a list of percentages by remapping the point distances from a curve, but can’t figure out the next step of using those percentages to drive the chance of points being removed.
I like the way @HS_Kim created some granularity by creating groups of points that were each governed by their own seed, but your examples helped me understand some basic logic that I wasn’t considering. Thanks for the probability module pic.