Struct rgsl::types::qrng::QRngType [] [src]

pub struct QRngType {
    // some fields omitted
}

Methods

impl QRngType
[src]

fn niederreiter_2() -> QRngType

This generator uses the algorithm described in Bratley, Fox, Niederreiter, ACM Trans. Model. Comp. Sim. 2, 195 (1992). It is valid up to 12 dimensions.

fn sobol() -> QRngType

This generator uses the Sobol sequence described in Antonov, Saleev, USSR Comput. Maths. Math. Phys. 19, 252 (1980). It is valid up to 40 dimensions.

fn halton() -> QRngType

These generators use the Halton and reverse Halton sequences described in J.H. Halton, Numerische Mathematik 2, 84-90 (1960) and B. Vandewoestyne and R. Cools Computational and Applied Mathematics 189, 1&2, 341-361 (2006). They are valid up to 1229 dimensions.

fn reversehalton() -> QRngType

Trait Implementations

impl Copy for QRngType
[src]

impl Clone for QRngType
[src]

fn clone(&self) -> QRngType

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more