d3-random

Generate random numbers from various distributions.

ISC License

Downloads
11.7M
Stars
138
Committers
11

Bot releases are hidden (Show)

d3-random - Latest Release

Published by mbostock over 3 years ago

  • Update dependencies.
  • Make build reproducible.
d3-random -

Published by mbostock over 3 years ago

  • Adopt type: module.

This package now requires Node.js 12 or higher. For more, please read Sindre Sorhus’s FAQ.

d3-random -

Published by mbostock about 4 years ago

  • Accept any integer as a seed in d3.randomLcg. #37
  • Update dependencies.
d3-random - v2.2.1

Published by Fil about 4 years ago

d3-random -

Published by mbostock about 4 years ago

d3-random -

Published by mbostock over 4 years ago

Thanks to @Parcly-Taxel for the contributions!

d3-random -

Published by mbostock almost 5 years ago

  • Adopt exact paths for imports.
  • Add sideEffects: false to the package.json.
d3-random -

Published by mbostock about 5 years ago

Thanks to @Lange, @p-v-d-Veeken and @svanschooten for your contributions!

This release adopts ES2015 language features such as for-of and drops support for older browsers, including IE. If you need to support pre-ES2015 environments, you should stick with d3-random 1.x or use a transpiler.

d3-random -

Published by mbostock about 6 years ago

  • Housekeeping.
d3-random -

Published by mbostock about 6 years ago

  • Update dependencies.
d3-random -

Published by mbostock over 7 years ago

  • Add random.source to allow custom sources of randomness. Thanks, @rolyatmax!
d3-random -

Published by mbostock over 7 years ago

  • Update dependencies.
d3-random -

Published by mbostock almost 8 years ago

  • Update dependencies.
d3-random -

Published by mbostock about 8 years ago

  • Add module entry point to package.json.
d3-random -

Published by mbostock over 8 years ago

  • First stable release.

Changes since D3 3.x

Pursuant to the great namespace flattening, the random number generators have new names:

There are also new random number generators for exponential and uniform distributions. The normal and log-normal random generators have been optimized.

See CHANGES for all D3 changes since 3.x.

d3-random -

Published by mbostock over 8 years ago

  • Export to the global d3 in vanilla environments (d3/d3#2840).
d3-random -

Published by mbostock over 8 years ago

  • Generate anonymous AMD.
d3-random -

Published by mbostock almost 9 years ago

  • Prefix exported symbols with “random”.
  • Update dependencies.
d3-random -

Published by mbostock almost 9 years ago

  • Improve the README.
d3-random -

Published by mbostock almost 9 years ago