Random.rightBound constructor

Random.rightBound(
  1. dynamic left,
  2. dynamic right,
  3. dynamic optargs
)

Implementation

Random.rightBound(left, right, optargs)
    : super([left, right], optargs == null ? {} : optargs);