3 %>@brief Now works
as regular round()
5 %> 20090501: I switched
this to work exactly like round() so identical
6 %> numbers will give identical results
8 %> This function used to round randomly either to the floor or ceiling in case an
9 %> element of x is exactly zzz.5
20 if x(i) ~= floor(x(i)) && x(i)-floor(x(i)) == ceil(x(i))-x(i)
21 x(i) = round(floor(x(i))+rand());
function round_random(in x)
Analysis Session (AS) base class.