ranlux48 TypeDef

Type definition for a discard block engine.

typedef discard_block_engine<ranlux_48_base, 389, 11>
    ranlux48;

Remarks

The type is a synonym for a specialization of the template discard_block_engine with a specialization of the template subtract_with_carry_engine.

Requirements

Header: <random>

Namespace: std

See Also

Reference

<random>

subtract_with_carry_engine Class