pub trait AlgorithmDefaults {
    type MathsCore: MathsCore;
    type Rng<M: MathsCore>: RngCore<M>;
}

Required Associated Types§

source

type MathsCore: MathsCore

source

type Rng<M: MathsCore>: RngCore<M>

Object Safety§

This trait is not object safe.

Implementors§