LegacyRNG constructor

const LegacyRNG(
  1. Function _rng,
  2. Map<Symbol, dynamic> _namedArgs,
  3. List _positionalArgs
)

Implementation

const LegacyRNG(this._rng, this._namedArgs, this._positionalArgs);