The default Random.NextDouble returns values between 0.0 and 1.0 and I need values between -1.0 and 1.0. What’s the best way to do this that will yield as good values as System.Random.
The default Random.NextDouble returns values between 0.0 and 1.0 and I need values between
Share
1 Answer