PeepGenerator constructor

PeepGenerator({
  1. Random? random,
})

Creates a new instance of PeepGenerator.

Implementation

PeepGenerator({Random? random}) : random = random ?? Random();