| Test |
Method name |
Duration |
Result |
| Constructor validation: a < b and finite bounds |
constructorValidation() |
0.003s |
passed |
| Determinism: same seed -> identical sequence |
determinismBySeed() |
0.005s |
passed |
| Mean and variance via Monte Carlo (tolerances) |
meanVarianceMonteCarlo() |
0.002s |
passed |
| PDF and CDF formulas on [a,b) |
pdfCdf() |
0.001s |
passed |
| Quantile endpoints and interior |
quantile() |
0s |
passed |
| Sampling respects [a,b) bounds |
samplingWithinBounds() |
0.006s |
passed |
| Support reports [a,b) correctly |
supportMetadata() |
0s |
passed |