createRandomValue abstract method

N createRandomValue(
  1. N scale, [
  2. Random? rand
])

Creates a random value.

Implementation

N createRandomValue(N scale, [Random? rand]);