Page 1 of 1
FRandom And Zandronum
Posted: Thu Aug 07, 2014 5:23 am
by Mars873
How to replace FRandom with Random?
For example I need FRandom(-0.3, 0.3) In Random.
RE: FRandom And Zandronum
Posted: Thu Aug 07, 2014 5:33 am
by TerminusEst13
random(-30,30)/100.00
RE: FRandom And Zandronum
Posted: Thu Aug 07, 2014 5:44 am
by Mars873
Thank you, it works
RE: FRandom And Zandronum
Posted: Thu Aug 07, 2014 11:51 am
by Dark-Assassin
FRandom is avalible in 2.0 Alpha
RE: FRandom And Zandronum
Posted: Thu Aug 07, 2014 11:01 pm
by FateLord
What is FRandom
RE: FRandom And Zandronum
Posted: Fri Aug 08, 2014 12:20 am
by Empyre
Judging by what I see in this thread, it is like Random, except it makes floating point numbers (numbers with decimals, not just whole numbers).
RE: FRandom And Zandronum
Posted: Fri Aug 08, 2014 12:48 am
by Dark-Assassin
Yea, just Float Random, not integer. Also, AFAICT it's even more precise than n*Random.