[][src]Trait noise_fn::noise::SplitSeed

pub trait SplitSeed {
    fn split(&self, n: usize) -> Self;
}

A type of seed which can be split into multiple 'child' seeds.

Required methods

fn split(&self, n: usize) -> Self

Create a unique child seed.

Loading content...

Implementations on Foreign Types

impl SplitSeed for u64[src]

Loading content...

Implementors

Loading content...