TreeRng64

Type Alias TreeRng64 

Source
pub type TreeRng64 = TreeRng<Pcg64>;
Expand description

A type alias for a TreeRng using Pcg64 for 64-bit random number generation.

Aliased Typeยง

pub struct TreeRng64 { /* private fields */ }