Share via


minstd_rand0 Class

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

See Also

Reference

<random>

linear_congruential Class