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
error[E0277]: the trait bound `Standard: Distribution<Uint<256, 4>>` is not satisfied
--> src/main.rs:6:23
|
6 | let u: U256 = rng.gen();
| ^^^ the trait `Distribution<Uint<256, 4>>` is not implemented for `Standard`
|
Component
primitives
Describe the feature you would like
using
alloy-primitives
withrand
feature enabled does not enable re-exportedruint::Uint
type'srand
related trait implementation.I expect a single line fix can solve this issue:
Additional context
No response
The text was updated successfully, but these errors were encountered: