ranlux4_01 Class

Type definition for a floating-point subtract with carry engine.

typedef discard_block<subtract_with_carry_01<float, 24, 10, 24>, 389, 24> ranlux4_01;

Remarks

The type is a synonym for a specialization of the template discard_block with a specialization of the template subtract_with_carry_01.

Requirements

Header: <random>

Namespace: std::tr1

See Also

Reference

<random>

subtract_with_carry_01 Class