IntegerProvider({this.min = defaultMin, this.max = defaultMax, this.random}) { random ??= RandomProvider().get(); }