Search found 2 matches
- Sun Apr 05, 2020 7:37 pm
- Forum: Module Designer
- Topic: Random Numbers
- Replies: 2
- Views: 3055
Re: Random Numbers
Doh! Yes, I saw this just after posting. I guess I didn't realize I had the standard Java libraries available to me. Color me red with embarrassment.
- Sun Apr 05, 2020 6:58 pm
- Forum: Module Designer
- Topic: Random Numbers
- Replies: 2
- Views: 3055
Random Numbers
So what's the best way to generate random numbers? I don't see anything for this in the libraries. I can write a random number generator on my own but I still need to seed it. My guess is that I can use the noise generator to seed it but I'm not sure if I create a noise generator whether it's going ...