Integers

Returns random int eger values, optionally constrained within a range,

API

Integers.java
class Integers {
  Integers(final FakeDataService fakeDataService)
  int any()
  int upTo(final int upTo)
  int between(final int min, final int max)
}