Class HaltonWithMemory

java.lang.Object
com.marginallyclever.ro3.apps.pathtracer.halton.HaltonWithMemory

public class HaltonWithMemory extends Object

In practice I get better results with just random numbers.

HaltonWithMemory is a HaltonSequence sequence with memory for multiple channels. Each channel has its own index counter stored in memory. This is useful for path tracing where different dimensions (channels) need to be sampled independently but consistently across multiple samples.