Skip to content

Latest commit

 

History

History
90 lines (45 loc) · 2.68 KB

page.md

File metadata and controls

90 lines (45 loc) · 2.68 KB

Numberline

Source Code: /src/families/_1d/tests/numberline/

The MakeNumberline() function makes a numberline image from the samples you give it, and writes it to disk as a png, with the specified filename.

The first sample is red and the last sample is green. This lets you see the order of the samples on the numberline.

Test Results

tests done:

  • MakeNumberline

MakeNumberline

Blue Noise Sequences

BestCandidate (Progressive, Randomized)

BestCandidate

BestCandidate5 (Progressive, Randomized)

BestCandidate5

BestCandidate10 (Progressive, Randomized)

BestCandidate10

Irrational Number Sampling

GoldenRatioZero (Progressive, Deterministic)

GoldenRatioZero

GoldenRatio (Progressive, Deterministic)

GoldenRatio

Pi (Progressive, Deterministic)

Pi

Sqrt2 (Progressive, Deterministic)

Sqrt2

Low Discrepancy Sequences

Sobol (Progressive, Deterministic)

Sobol

VanDerCorput2 (Progressive, Deterministic)

VanDerCorput2

VanDerCorput3 (Progressive, Deterministic)

VanDerCorput3

VanDerCorput5 (Progressive, Deterministic)

VanDerCorput5

Regular Sampling

Regular (Not Progressive, Deterministic)

Regular

RegularCentered (Not Progressive, Deterministic)

RegularCentered

RegularCenteredOffset (Not Progressive, Deterministic)

RegularCenteredOffset

RegularJittered (Not Progressive, Randomized)

RegularJittered

Uniform Random Number Sampling

UniformRandom (Progressive, Randomized)

UniformRandom