diff --git a/src/shimmers/algorithm/random_points.cljc b/src/shimmers/algorithm/random_points.cljc index 0b992eb74..e35fba638 100644 --- a/src/shimmers/algorithm/random_points.cljc +++ b/src/shimmers/algorithm/random_points.cljc @@ -70,6 +70,8 @@ v)))) ;; https://observablehq.com/@jrus/halton +;; https://pbr-book.org/3ed-2018/Sampling_and_Reconstruction/The_Halton_Sampler +;; https://www.mathworks.com/help/stats/haltonset.html (defn halton [index base] (loop [index index fraction 1