/ArtblocksRandom

Random class for artblocks.io projects

Primary LanguageJavaScript

ArtblocksRandom

A simple JS random class for artblocks.io projects. This is based on the example that you can found in ArtBlocks doc.

The Random class contains:

  • random_decimal
  • random_between
  • random_int
  • random_choice
  • noise (perlin noise for 2 dimensions)

To run the tests:

yarnpkg install
yarnpkg jest