Type Definition net_ensembles::sampling::metropolis::MetU32[][src]

pub type MetU32<E, R, S, Res> = Metropolis<E, R, S, Res, u32>;
Expand description

short for Metropolis<E, R, S, Res, u32>