Pixel noise playground
The first time you wrote a program that could access screen's pixel buffer directly, what did you make it do?
Like many before me, I made it write values based on some formula into the buffer just to see what kind of a patter will emerge.
Here is that program in JavaScript. Tweak the formula.
Playground