Share via


minstd_rand Class

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::tr1

See Also

Reference

<random>

linear_congruential Class