pub fn sample_with_params_seeded(
data: &[u8],
params: &SamplingParams,
token_history: &[u32],
seed: Option<u64>,
) -> u32Expand description
Core sampling pipeline with explicit seed control.
seed overrides the RNG for deterministic sampling. None = thread_rng.