Question about random floats.

The docs say that the generated float will be bettween 0 and 1. Just to make sure, is the range (0,1) or does it include 0 and 1 [0,1].
Because i remember right from other programming languages, rng returns 0,1).
want to make sure.

I assume it gives you 0 and 1, because random float in range also works in that way…

it returns all values from (include) 0.0 to (include) 1.0