C / C ++中Poisson磁盘采样的代码/库

时间:2012-07-20 05:19:27

标签: c++ math random sampling

我正在寻找一个在C或C ++中实现Poisson Disk Sampling的库,或者另一个可以轻松翻译的库。优选不是令人难以置信的长源,但如果它也没关系。

1 个答案:

答案 0 :(得分:3)

这是C ++中干净的单文件实现:

https://github.com/corporateshark/poisson-disk-generator