You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 31, 2020. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: