A question about TRandom::Rndm(Int_t)

There is a comment line stating that:
generates a number in ]0,1]

Does it mean that: 0<return value<=1 , or 0=<return value<1?

Thanks a lot.

Fada

I guess that’s the normal Math convention and in that case it means:

0<return value<=1

Thanks a lot.