Skip to content

Commit

Permalink
list another resource for halton sequence
Browse files Browse the repository at this point in the history
  • Loading branch information
dgtized committed Sep 27, 2023
1 parent d569cc5 commit 8a5686c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/shimmers/algorithm/random_points.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8a5686c

Please sign in to comment.