minstd_rand TypeDef

Type definition for a linear congruential engine.

typedef linear_congruential< i-type, 48271, 0, 2147483647> minstd_rand;

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 Class

Other Resources

<random> Members