tatterdemalion@programming.dev to Science Memes@mander.xyzEnglish · 6 days agoif statement == falsei.imgflip.comimagemessage-square32fedilinkarrow-up1240
arrow-up1240imageif statement == falsei.imgflip.comtatterdemalion@programming.dev to Science Memes@mander.xyzEnglish · 6 days agomessage-square32fedilink
minus-squaresorrybookbroke@sh.itjust.workslinkfedilinkEnglisharrow-up5·edit-25 days agoWait, why the the *1000 or mod 2? Won’t that give a 50\50 chance or the same as Math.round(Math.random). No shade, and I may be wrong myself I am very tired
minus-squaremexicancartel@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up2·5 days agoProbably to make the fractional random value between 0 and 1 to become an integer so that you can divisibility check for even with mod 2
Wait, why the the *1000 or mod 2? Won’t that give a 50\50 chance or the same as Math.round(Math.random).
No shade, and I may be wrong myself I am very tired
Probably to make the fractional random value between 0 and 1 to become an integer so that you can divisibility check for even with mod 2