Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Several utility classes for sampling discrete + continuous 1D functions
This commit wraps up the implementations of DiscreteDistribution, ContinuousDistribution, and IrregularContinuousDistribution for 1D sampling problems. The commit includes tests and two plugins for representing color spectra that is built on the distribution classes: 'regular.cpp' (formerly: 'interpolated.cpp') and 'irregular.cpp'.
- Loading branch information