Lines Matching refs:rand
59 $this->monocolor = [$this->rand(20, 255), $this->rand(20, 255), $this->rand(20, 255)];
104 protected function rand($min, $max)
107 $rand = hexdec(substr($this->seed, 0, 8));
108 return ($rand % ($max - $min + 1)) + $min;
122 $start = $this->rand(20, 360);
123 $stop = $this->rand(20, 360);
165 $this->rand(0, 96)
170 $this->rand(0, 255),
171 $this->rand(0, 255),
172 $this->rand(0, 255)