Search found 4 matches
- Fri Jun 09, 2023 10:14 pm
- Forum: Support and Development
- Topic: Random number generator? [SOLVED]
- Replies: 5
- Views: 2924
Re: Random number generator?
Oh, it was the graphics system, thank you guys so much for helping!
- Fri Jun 09, 2023 10:08 pm
- Forum: Support and Development
- Topic: Random number generator? [SOLVED]
- Replies: 5
- Views: 2924
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().
- Fri Jun 09, 2023 10:05 pm
- Forum: Support and Development
- Topic: Random number generator? [SOLVED]
- Replies: 5
- Views: 2924
Re: Random number generator?
Hi, sorry I did not include code. How should I send it?
- Fri Jun 09, 2023 4:59 pm
- Forum: Support and Development
- Topic: Random number generator? [SOLVED]
- Replies: 5
- Views: 2924
Random number generator? [SOLVED]
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.