[][src]Trait probability::source::Value

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

A random value.

Required methods

fn read<S>(&mut S) -> Self where
    S: Source

Read a random value.

Loading content...

Implementations on Foreign Types

impl Value for i64[src]

impl Value for u8[src]

impl Value for i16[src]

impl Value for u64[src]

impl Value for u16[src]

impl Value for f64[src]

impl Value for u32[src]

impl Value for i32[src]

impl Value for usize[src]

impl Value for i8[src]

impl Value for f32[src]

impl Value for isize[src]

Loading content...

Implementors

Loading content...