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