jroid8@lemmy.world to Programmer Humor@lemmy.ml · 11 months agoknow the features of your languagelemmy.worldimagemessage-square131fedilinkarrow-up1626arrow-down124
arrow-up1602arrow-down1imageknow the features of your languagelemmy.worldjroid8@lemmy.world to Programmer Humor@lemmy.ml · 11 months agomessage-square131fedilink
minus-squareunalivejoy@lemm.eelinkfedilinkEnglisharrow-up6arrow-down2·edit-211 months agoThis must be a custom random function, because it’s standard for random to return a float between 0-1 exclusive. Maybe you meant to multiply by 100 instead of modulo.
minus-squaredrolex@sopuli.xyzlinkfedilinkarrow-up11arrow-down1·11 months agoI think for once I didn’t fuck up. https://cplusplus.com/reference/cstdlib/rand/
minus-squareSnazz@lemmy.worldlinkfedilinkarrow-up5·11 months agoYou guys are talking about two different things. Random integer vs random float
This must be a custom random function, because it’s standard for random to return a float between 0-1 exclusive. Maybe you meant to multiply by 100 instead of modulo.
I think for once I didn’t fuck up.
https://cplusplus.com/reference/cstdlib/rand/
You guys are talking about two different things. Random integer vs random float