Skip to content
This repository was archived by the owner on Jan 31, 2020. It is now read-only.

Make source of randomness configurable #49

Open
1 task
dhardy opened this issue Jul 27, 2016 · 0 comments
Open
1 task

Make source of randomness configurable #49

dhardy opened this issue Jul 27, 2016 · 0 comments

Comments

@dhardy
Copy link
Owner

dhardy commented Jul 27, 2016

Currently Pippin has a dependence on the rand crate as a source of randomness used when finding element identifiers. This may not always be wanted: users may specify numbers while inserting new elements, or may prefer a different source of randomness.

Obvious solutions would be to make the source compile-time configurable (via a Cargo feature) or to get it from one of the user-provided traits.

  • #0049
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant