easyrand 0.4.0

Simpler to use random number library for the Rust language
Documentation
1
2
3
4
5
6
7
8
# Release process

1. Ensure tests are passing with `cargo test` and check CI
2. Verify `CHANGELOG.md` is up to date
3. Update version number in `Cargo.toml`, `README.md`, `CHANGELOG.md` (and commit changes)
4. Run `cargo publish`
5. `git tag -a ...` with version number
6. `git push` and `git push --tags`