TreeRng32

Type Alias TreeRng32 

Source
pub type TreeRng32 = TreeRng<Pcg32>;
Expand description

A type alias for a TreeRng using Pcg32 for 32-bit random number generation.

Aliased Typeยง

pub struct TreeRng32 { /* private fields */ }