random method

num random(
  1. num min,
  2. num max
)

Implementation

_i2.num random(
  _i2.num min,
  _i2.num max,
) =>
    _i6.callMethod(
      this,
      'random',
      [
        min,
        max,
      ],
    );