I am using Blender, which it can incorporate python into it, and now I need a random float generator, no range, how can I do this? I have found ways, but it is with range.
Asked
Active
Viewed 130 times
0
-
5What do you mean no range? There have ___got___ to be some bounds – sshashank124 May 14 '14 at 13:35
-
I assume you mean, "I want a random `float` not a random `int`"... if so, https://stackoverflow.com/questions/6088077/how-to-get-a-random-number-between-a-float-range-python – Cory Kramer May 14 '14 at 13:37
-
u can use random.uniform() – Abdul Baig May 14 '14 at 13:37