dart_sampler 1.0.3
dart_sampler: ^1.0.3 copied to clipboard
A Dart library for random sampling from strings, lists, maps, and iterators using pluggable distributions.
1.0.3 #
- Made distributions a library inside the dart_sampler package
- Updated distribution tests
- Fixed CHANGELOG.md
1.0.2 #
- Fixed README.md
1.0.1 #
- Added documentation
- Added sampleMany extension
- Refactored codebase
1.0.0 #
- Initial version.
- Supports sampling from string, list, map, and iterator types.
- Supports uniform distribution & weighted distribution