The spica renderer
|
Randomized Halton sampler for quasi Monte Carlo. More...
#include <halton.h>
Public Member Functions | |
Halton (int ns=200, bool isPermute=true, uint32_t seed=0u) | |
Constructor. More... | |
Halton (RenderParams ¶ms) | |
double | get1D () override |
bool | startNextSample () override |
std::unique_ptr< Sampler > | clone (unsigned int seed=0) const override |
![]() | |
virtual Point2d | get2D () |
virtual void | startPixel () |
Randomized Halton sampler for quasi Monte Carlo.
|
explicit |