Skip to content

Latest commit

 

History

History
66 lines (36 loc) · 1.4 KB

tpl.readme.md

File metadata and controls

66 lines (36 loc) · 1.4 KB

About

{{pkg.description}}

This package provides the following n-dimensional low-discrepancy sequence generators, partially based on the article The Unreasonable Effectiveness of Quasirandom Sequences by Martin Roberts.

Halton

Configurable basis for each dimension:

haltonND([2,3])

2D Halton(2,3) sequence

Kronecker

Configurable basis for each dimension:

kroneckerND([1 / 2 ** 0.5, 1 / 5 ** 0.5])

2D Kronecker sequence (Golden ratio)

R2 recurrence

Based on Kronecker with each dimension's base automatically derived from the Plastic number:

plasticND(2)

2D R2 recurrence sequence

{{meta.status}}

{{repo.supportPackages}}

{{repo.relatedPackages}}

{{meta.blogPosts}}

Installation

{{pkg.install}}

{{pkg.size}}

Dependencies

{{pkg.deps}}

{{repo.examples}}

API

{{pkg.docs}}

TODO