pub struct QmcSequence { /* private fields */ }Expand description
Multi-dimensional low-discrepancy sequence: Halton with prime bases and a deterministic Cranley-Patterson rotation per dimension (derived from the seed), mapped to standard normals through the inverse CDF.
Combined with BrownianBridge ordering, the well-distributed leading
dimensions carry the coarse structure of each path. Direction-number
Sobol (Joe-Kuo) is a drop-in upgrade behind this same interface.
Implementations§
Auto Trait Implementations§
impl Freeze for QmcSequence
impl RefUnwindSafe for QmcSequence
impl Send for QmcSequence
impl Sync for QmcSequence
impl Unpin for QmcSequence
impl UnsafeUnpin for QmcSequence
impl UnwindSafe for QmcSequence
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more