this post was submitted on 08 Dec 2023
623 points (96.4% liked)

Programmer Humor

32060 readers
1704 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 4 points 9 months ago* (last edited 9 months ago) (1 children)

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.

[–] [email protected] 10 points 9 months ago (1 children)
[–] [email protected] 5 points 9 months ago

You guys are talking about two different things. Random integer vs random float