Random positive/negative numbers?

  • Two Factor Authentication is now available on BeyondUnreal Forums. To configure it, visit your Profile and look for the "Two Step Verification" option on the left side. We can send codes via email (may be slower) or you can set up any TOTP Authenticator app on your phone (Authy, Google Authenticator, etc) to deliver codes. It is highly recommended that you configure this to keep your account safe.

Chuckleberry_Finn

I am become Steven Seagal.
Hi,

Is there a function like FRand() that will return a random number between, say -1.0 and 1.0?

Right now I have to use two FRands(), one to generate the number and one to generate it's sign. Just wondering if there's a function that does all that automatically. I didn't see it listed in the tech reference.

Thanks.