[][src]Trait simplerand::Randomable

pub trait Randomable {
    fn rand() -> Self;
fn randn(n: Self) -> Self;
fn rand_range(min: Self, max: Self) -> Self; }

Required methods

fn rand() -> Self

fn randn(n: Self) -> Self

fn rand_range(min: Self, max: Self) -> Self

Loading content...

Implementations on Foreign Types

impl Randomable for u8[src]

impl Randomable for u16[src]

impl Randomable for u32[src]

impl Randomable for u64[src]

impl Randomable for usize[src]

impl Randomable for i8[src]

impl Randomable for i16[src]

impl Randomable for i32[src]

impl Randomable for i64[src]

impl Randomable for isize[src]

impl Randomable for f32[src]

impl Randomable for f64[src]

Loading content...

Implementors

Loading content...