-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Description
Summary
UniformRand
can be replaced by the providers in rand
to reduce code complexity
Problem Definition
The base field types need to implement Standard: Distribution<T>
as RNG requirement. Example:
This is superseded by CryptoRng that wraps cryptographic requirements without requiring concrete implementations in T
.
Proposal
- Replace
UniformRand
byRngCore + CryptoRng
- Deprecate
UniformRand
For Admin Use
- Not duplicate issue
- Appropriate labels applied
- Appropriate contributors tagged
- Contributor assigned/self-assigned
Metadata
Metadata
Assignees
Labels
No labels