MTRandom constructor

MTRandom({
  1. int seed = 0,
})

Implementation

MTRandom({int seed = 0}) : mt = MersenneTwister(seed: seed);