Random.leftBound constructor
Random.leftBound(
- dynamic left,
- dynamic optargs
Implementation
Random.leftBound(left, optargs) : super([left], optargs ?? {});
Random.leftBound(left, optargs) : super([left], optargs ?? {});