Can we instead surround each rotation of the spiral with squares and sample on the edges of all the squares? (Actually that wouldn't cover most of the spiral.. nevermind!)
verylostpenguin
I think we can either try another method, or we can use adapative rejection sampling
haotingl
any efficient way to do this?
winstonc
We can probably parameterize this spiral and uniformly sample over a linear distribution.
Is there any better way for this?
so what do we do for this?
Can we instead surround each rotation of the spiral with squares and sample on the edges of all the squares? (Actually that wouldn't cover most of the spiral.. nevermind!)
I think we can either try another method, or we can use adapative rejection sampling
any efficient way to do this?
We can probably parameterize this spiral and uniformly sample over a linear distribution.
What would be the best way to sample this?