double randomHue( )

Not documented.

Source

double randomHue() {
  var rand = new Random();
  return rand.nextInt(360).toDouble();
}