MyUtilityExtensionRandomNextBytes extension

on

Methods

nextBytes(int count, {int min = 0, int max = 256}) Uint8List

Available on Random, provided by the MyUtilityExtensionRandomNextBytes extension

Generates a list of non-negative random bytes uniformly distributed in the range from min, inclusive, to max, exclusive.