That is a vector, you should make a new array variable and set random_float to each of it's slots.
Something like this:
PHP Code:
new Float:angles[3]
angles[0] = random_float(...)
angles[1] = random_float(...)
angles[2] = random_float(...)
__________________