Rng constructor

Rng(
  1. int seed
)

Implementation

Rng(int seed) : _random = math.Random(seed);