Skip to main content

polydat_nodes/sampling/
mod.rs

1// Copyright 2024-2026 Jonathan Shook
2// SPDX-License-Identifier: Apache-2.0
3
4//! Variate sampling methods.
5
6pub mod alias;
7pub mod histribution;
8pub mod icd;
9pub mod lut;
10pub mod metashift;