#I am trying to generate random values here
10 messages · Page 1 of 1 (latest)
I had this issue yesterday
You should show your relevant code
this was all I had to do:
[2;31mvar [0mrng = [2;36mRandomNumberGenerator[0m.[2;34mnew[0m()
rng.[2;34mrandomize[0m()
Okay thanks, I saw this too
I ran into a problem
How can I get the value from the rng object into a Vector2?
Thanks I have already fixed it
I just had to do.....
var myxvariable = rng.randi_range(0,1000);
