//! Core traits for probabilistic programming.
/// Trait for sampling from distributions.
///
/// > *"Samplandus"*
/// > — That which is to be sampled. (Neo-Latin)
///
/// This trait represents the ability to sample random values from distributions.