HashlibRandom.custom constructor

const HashlibRandom.custom(
  1. NextIntFunction _nextInt
)

Create a instance with custom generator

Implementation

const HashlibRandom.custom(this._nextInt);