BaseRandom constructor

BaseRandom(
  1. BaseLogger logger
)

Implementation

BaseRandom(this.logger) {
  id = ++nextId;
}