Experimenting with Random() in CSS
22 points
4 days ago
| 4 comments
| polypane.app
| HN
smallnix
1 hour ago
[-]
This might produce unpleasant clusters of the same color ("clustering illusion"), if the values are really randomly distributed.
reply
MartijnBraam
2 hours ago
[-]
Bokeh doesn't have different blur for different circles, it's always projecting the exact shape of the aperture.
reply
vintagedave
5 hours ago
[-]
A real shame that they didn't include screenshots of what the results look like. Not only do they note browsers that don't support it yet, they even note that the samples might not survive changes in the future.

So I scrolled, saw a lot of code, nothing showing the result.

reply
Stitch4223
4 hours ago
[-]
There is movie at the top that shows three renders of the same thing next to each other so the randomness can easily be spotted.
reply
mrbluecoat
1 hour ago
[-]
I especially liked the aurora demo. Nice example!
reply
LoganDark
4 hours ago
[-]
There are a ton of interactive demos for me on Safari 27, and at the top of the article there's also a video. What isn't showing up for you?
reply
jdw64
4 hours ago
[-]
I use Google Chrome, and it doesn't show up for me either
reply
Sesse__
3 hours ago
[-]
It's behind a flag, if you want to play with it. (The easiest way is usually just to test in Canary.)
reply
g-
3 hours ago
[-]
Didn't there exist convoluted ways to get random numbers in CSS before this? (I think some would even manipulate the DOM and re-read the changed values since those operations have randomness apparently)
reply