mimopotato / funcml-core

Makes writing YAML or JSON files super cool with functions support!
https://funcml.org
MIT License
0 stars 0 forks source link

_randomNumber should be implemented #79

Closed mimopotato closed 1 month ago

mimopotato commented 1 month ago

It should be possible to generate a random number, specifying the bottom and the top limit.

key:
  _randomNumber:
    max: 10 # defaults to 1000
    min: 1  # defaults to 0