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

Make source of randomness configurable #49

@dhardy

Description

@dhardy

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions