Trait probability::source::Value

source ·
pub trait Value {
    fn read<S>(&mut S) -> Self
    where
        S: Source
; }
Expand description

A random value.

Required Methods

Read a random value.

Implementations on Foreign Types

Implementors