rng_util 0.2.0

A small wrapper for some Rng implementation details so they can be abstracted away from threes_simulator and threes_solver
Documentation
1
2
3
4
5
6
7
8
9
10
# rng_util

A small wrapper for some Rng implementation details so they can be abstracted away from threes_simulator and threes_solver.
It makes it easy to bootstrap seeds from entropy and/or let users provide a saved seed, without having to hard-code a specific Rng implementation in the project.
(The implementation is hard-coded in this library.)

## License

This crate is licensed with the [MIT license](LICENSE-MIT).