Guest User

Untitled

a guest
Dec 18th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. const red = Math.rand() * 255
  2. const green = Math.rand() * 255
  3. const blue = Math.rand() * 255
  4. return [red, green, blue]
Add Comment
Please, Sign In to add comment