1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
//! Statistical distribution samplers for realistic data generation.
//!
//! Based on empirical findings from the accounting network generation paper,
//! these samplers produce data that matches real-world distributions.
//!
//! # Modules
//!
//! - **amount**: Log-normal amount sampling with round-number bias
//! - **benford**: Benford's Law compliant sampling and fraud patterns
//! - **mixture**: Gaussian and Log-Normal mixture models
//! - **pareto**: Heavy-tailed Pareto distribution
//! - **weibull**: Time-to-event Weibull distribution
//! - **beta**: Beta distribution for proportions
//! - **zero_inflated**: Zero-inflated distributions
//! - **correlation**: Cross-field correlation engine
//! - **copula**: Copula-based dependency modeling
//! - **conditional**: Conditional distributions with breakpoints
//! - **drift**: Temporal drift and regime changes
//! - **industry_profiles**: Industry-specific distribution profiles
//! - **holidays**: Holiday calendar handling
//! - **seasonality**: Seasonal patterns
//! - **temporal**: Temporal sampling
//! - **business_day**: Business day calculations and settlement dates
//! - **period_end**: Period-end decay curves and dynamics
//! - **processing_lag**: Event-to-posting lag modeling
//! - **timezone**: Multi-region timezone handling
//! - **behavioral_drift**: Vendor/customer/employee behavioral drift
//! - **market_drift**: Economic cycles, commodities, price shocks
//! - **event_timeline**: Event timeline orchestrator
//! - **drift_recorder**: Ground truth drift label recorder
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;