rand 2.0.1
rand: ^2.0.1 copied to clipboard
Advanced, easy-to-use random generator for Dart with simple syntax. Ideal for efficient randomness in code.
2.0.1 #
nullable()defaultnullChancevalue fix
// BEFORE
nullable<T>(T value, [double nullChance = 50])
// AFTER
nullable<T>(T value, [double nullChance = .5])
2.0.0 #
- BREAKING CHANGE:
documentIdanduidremoved, just useidfunction,mayBeNullrenamed asnullable - Added functions:
alias,firstName,lastName,city,latitude,longitude - Improved in-line documentation
1.0.3 #
- Added
seedsupport formath.Randomfield
1.0.2 #
- Tweaks and fixes for lorem functions
1.0.1 #
- Lorem functions added
1.0.0 #
- Initial release