[][src]Trait oars::oa::ParOAConstructor

pub trait ParOAConstructor<T: Integer> {
    pub fn gen_par(&self) -> OAResult<T>;
}

A generic trait that demarcates a parallelized orthogonal array constructor.

Required methods

pub fn gen_par(&self) -> OAResult<T>[src]

Generate an orthogonal array with parallel construction

Loading content...

Implementors

Loading content...