Fix the issue referenced by #10 by skewing the sampling of k.
Sampling of n remains unchanged as its already uniform.
The skew parameter is also randomly sampled to add a little stochasticity to the distribution of n + k ensuring that for an appropriate amount of steps, the distribution approaches to be uniform.
Fix the issue referenced by #10 by skewing the sampling of
k
.Sampling of
n
remains unchanged as its already uniform.The
skew
parameter is also randomly sampled to add a little stochasticity to the distribution ofn + k
ensuring that for an appropriate amount of steps, the distribution approaches to be uniform.