tkellehe / noodel

A programming language designed around supporting ASCII animation based code golfing challenges.
10 stars 0 forks source link

Random Int #121

Closed tkellehe closed 7 years ago

tkellehe commented 7 years ago

Look into making the random int actually select each integer equally likely.

somebody1234 commented 7 years ago

I think random_int should call random(min, max + 1)

tkellehe commented 7 years ago

I totally forgot about! Thanks:) I can't believe you actually read through that crappy code?

tkellehe commented 7 years ago

I think instead I will do the +1 in the code where the random command is interpreted. Thanks:)