Search found 4 matches

by Walbal
Fri Jun 09, 2023 10:14 pm
Forum: Support and Development
Topic: Random number generator? [SOLVED]
Replies: 5
Views: 2803

Re: Random number generator?

Oh, it was the graphics system, thank you guys so much for helping!
by Walbal
Fri Jun 09, 2023 10:08 pm
Forum: Support and Development
Topic: Random number generator? [SOLVED]
Replies: 5
Views: 2803

Re: Random number generator?

And also, I am trying to get an int but it always just returns 0. Maybe it is something with the graphics system because I had to use love.graphics.print() instead of just print().
by Walbal
Fri Jun 09, 2023 10:05 pm
Forum: Support and Development
Topic: Random number generator? [SOLVED]
Replies: 5
Views: 2803

Re: Random number generator?

Hi, sorry I did not include code. How should I send it?
by Walbal
Fri Jun 09, 2023 4:59 pm
Forum: Support and Development
Topic: Random number generator? [SOLVED]
Replies: 5
Views: 2803

Random number generator? [SOLVED]

random.PNG
random.PNG (9.15 KiB) Viewed 2803 times
I can't get love.math.random() to generate a real random number. It only generates 0. It is in the love.load() function but it does not work. :cry: