pub type DynRng = Rc<RefCell<dyn SimulationRng>>;

Aliased Type§

struct DynRng { /* private fields */ }