Bytes

Returns random byte values, optionally constrained within a range,

API

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