Generating a live Jpeg from random numbers

there are 2 things involved:

  • set a “point” to random color
  • save that picture to a jpg file

https://processing.org/reference/set_.html
https://processing.org/reference/save_.html

test

show your code pls.