▲ | akdev1l 4 days ago | |||||||
To generate random number in a specific range you need to do something I always forget and need to google.
(Google AI summary says this is the thing)The CSS function would be random(min, max) Also the CSS function seems to take a number of steps, it is not immediately obvious to me how to do that with Math.random() | ||||||||
▲ | sdenton4 4 days ago | parent | next [-] | |||||||
Why not add a Math.randint? I imagine there's some deep ideological war over whether to add more programming functionality to css... | ||||||||
| ||||||||
▲ | ameliaquining 4 days ago | parent | prev [-] | |||||||
|