RandomEntriesGenerator

constructor(xRange: IntProgression = 0..X_RANGE_TOP, yRange: IntProgression = 0..Y_RANGE_TOP)

Parameters

xRange

the range of x values.

yRange

the range from which y values are randomly selected.