Trait solana_evm_loader_program::scope::evm::secp256k1::rand::distributions::uniform::SampleUniform [−][src]
Helper trait for creating objects using the correct implementation of
UniformSampler
for the sampling type.
See the module documentation on how to implement Uniform
range
sampling for a custom type.
Associated Types
type Sampler: UniformSampler
[src]
The UniformSampler
implementation supporting type X
.