//! Scattering pipeline for evaluating spatial fields and placing kinds across a 2D domain.
use crateFieldGraphSpec;
pub const DEFAULT_PROBABILITY_WHEN_MISSING: f32 = 0.1;
pub type KindId = String;
/// Represents a type of object to be scattered, defined by a unique identifier and a
/// specification of the field graph that determines its placement.