chance 2.1.0 copy "chance: ^2.1.0" to clipboard
chance: ^2.1.0 copied to clipboard

A minimalist generator of random numbers - inspired by chance.js

2.1.0 #

  • Add null safety

2.0.0 #

  • Breaking: Chance class is now static and no longer needs to be instantiated
  • Add example

1.0.0+1 #

  • Fix more hints

1.0.0 #

  • Fix hints
  • Update meta data

0.9.1 #

  • Update author information

0.9.0 #

  • Move repository from Github to Gitlab
  • Minor refactoring

0.1.4 #

  • Add minMax parameter to integer and floating methods: So instead of integer(min: -value, max: value); you may now write integer(minMax: value); or integer(minMax: -value);
  • Minor refactoring

0.1.3 #

  • Fix typo in exception message
  • Minor refactoring

0.1.2 #

  • Add boolean method

0.1.1 #

  • Add some documentation
  • Add exceptions if min argument is provided without max

0.1.0 #

Initial version

10
likes
140
pub points
51%
popularity

Publisher

verified publishervimuser.com

A minimalist generator of random numbers - inspired by chance.js

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

More

Packages that depend on chance