minus-squarecrushyerbones@lemmy.worldtoProgrammer Humor@lemmy.ml•Average CSSlinkfedilinkarrow-up3·edit-28 months agoLegit bit of code I saw once getRandomColor() { Random.seed = 0; return Color.blue; } linkfedilink
minus-squarecrushyerbones@lemmy.worldtoProgrammer Humor@programming.dev•Bug Fixinglinkfedilinkarrow-up6·1 year agoThis is 100% valid when dealing with code generation sometimes and I hate it linkfedilink
Legit bit of code I saw once
getRandomColor() { Random.seed = 0; return Color.blue; }