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
  • Coverage
  • 0%
    0 out of 7 items documented0 out of 5 items with examples
  • Size
  • Source code size: 8.06 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.83 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 24s Average build duration of successful builds.
  • all releases: 24s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • truist/threes-solver
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • truist

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.