Hi,
Is there any way of generating both the positive and negative version of a random float?
I tried doing the simple math (get the random float value, multiply by 2 and subtract the original by the multiplication) but there doesn't appear to be a way to store the results.