@jroid8@lemmy.world to Programmer Humor@lemmy.ml • 2 years agoknow the features of your languagelemmy.worldimagemessage-square145fedilinkarrow-up1646arrow-down124
arrow-up1622arrow-down1imageknow the features of your languagelemmy.world@jroid8@lemmy.world to Programmer Humor@lemmy.ml • 2 years agomessage-square145fedilink
minus-squareunalivejoylinkfedilinkEnglish4•edit-22 years 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-square@drolex@sopuli.xyzlinkfedilink10•2 years agoI think for once I didn’t fuck up. https://cplusplus.com/reference/cstdlib/rand/
minus-square@Snazz@lemmy.worldlinkfedilink5•2 years 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