polydat 0.2.0

Polydat — a variates construction engine
Documentation
1
2
3
4
5
6
7
8
9
10
// Copyright 2024-2026 Jonathan Shook
// SPDX-License-Identifier: Apache-2.0

//! Variate sampling methods.

pub mod alias;
pub mod icd;
pub mod lut;
pub mod metashift;
pub mod histribution;