[SciPy-Dev] Poisson Disk Sampling

Stefan van der Walt stefanv at berkeley.edu
Thu Oct 18 01:44:42 EDT 2018


We have a few other schemes here:

https://github.com/fperez/spheredwi/blob/master/src/point_dist.py

And charged particles can be found in DiPy.

Not the sampling you mention, but perhaps helpful in that context.

Stéfan

On October 17, 2018 17:43:27 Robert Kern <robert.kern at gmail.com> wrote:
> This article describes a new quasirandom scheme that is easy and efficient 
> to implement, and works nicely on the surface of a sphere through 
> transformation:
>
>  http://extremelearning.com.au/unreasonable-effectiveness-of-quasirandom-sequences/
>
> The transformation should be applicable to any (quasi)random scheme that 
> generates numbers uniformly over [0,1]^2.
>
> On Sun, Oct 14, 2018 at 11:20 AM Phillip Feldman 
> <phillip.m.feldman at gmail.com> wrote:
> Does anyone have code that does efficient subrandom sampling of the surface 
> of a sphere?  I'm looking, e.g., for an implementation of the algorithm in 
> https://www.cs.ubc.ca/~rbridson/docs/bridson-siggraph07-poissondisk.pdf, or 
> something similar.
>
> Thanks!
>
> Phillip
>
>
>
> _______________________________________________
> SciPy-Dev mailing list
> SciPy-Dev at python.org
> https://mail.python.org/mailman/listinfo/scipy-dev
>
>
> --
> Robert Kern
> _______________________________________________
> SciPy-Dev mailing list
> SciPy-Dev at python.org
> https://mail.python.org/mailman/listinfo/scipy-dev

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scipy-dev/attachments/20181017/5f228dfd/attachment.html>


More information about the SciPy-Dev mailing list