d3 / d3-random

Generate random numbers from various distributions.

Home Page:https://d3js.org/d3-random

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LCG?

Fil opened this issue · comments

This module seems incomplete without a seeded RNG, we could use this very neat linear congruential generator
https://observablehq.com/@fil/linear-congruential-generator

It would be useful for tests, and anecdotically for d3-force/jiggle

Quite disappointed by #35. Maybe LCG is not a magic wand.