random static method

Random random([
  1. int seed = _defaultSeed
])

Implementation

static math.Random random([int seed = _defaultSeed]) => math.Random(seed);