minstd_rand0 TypeDef

Type definition for a linear congruential engine.

typedef linear_congruential< i-type, 16807, 0, 2147483647> minstd_rand0;

Remarks

The type is a synonym for a specialization of the template linear_congruential.

Requirements

Header: <random>

Namespace: std

See Also

Reference

<random>

linear_congruential

Other Resources

<random> Members