Package: poissoned Type: Package Title: Poisson Disk Sampling in 2D and 3D Version: 0.1.3.9000 Authors@R: c( person("Mike", "Cheng", role = c("aut", "cre", 'cph'), email = "mikefc@coolbutuseless.com") ) Maintainer: Mike Cheng Description: Poisson disk sampling is a method of generating blue noise sample patterns where all samples are at least a specified distance apart. Poisson samples may be generated in two or three dimensions with this package. The algorithm used is an implementation of Bridson (2007) "Fast Poisson disk sampling in arbitrary dimensions" . License: MIT + file LICENSE Encoding: UTF-8 RoxygenNote: 7.3.2 URL: https://github.com/coolbutuseless/poissoned BugReports: https://github.com/coolbutuseless/poissoned/issues Suggests: testthat (>= 3.0.0) Config/testthat/edition: 3 Repository: https://coolbutuseless.r-universe.dev Date/Publication: 2024-11-07 11:36:35 UTC RemoteUrl: https://github.com/coolbutuseless/poissoned RemoteRef: HEAD RemoteSha: 6ae22a965c80f77eae669afe5219d74f056166ca NeedsCompilation: yes Packaged: 2026-06-14 11:00:08 UTC; root Author: Mike Cheng [aut, cre, cph]