rnd library

Classes

Hue
Hue values for primary and secondary colors. For use with getColor().

Extensions

RndExtensions on Random
A collection of helpful extensions for the dart:math Random class.

Properties

rnd Random
Globally accessible instance of Random. Makes using random values as easy as rnd(20) or rnd.getBool().
getter/setter pair
rndSeed int
Gets the seed of the rnd global Random instance.
getter/setter pair