I sometimes see this [0, 1) arrangement of square and round parentheses, but haven't been able to find anywhere that tells what it means. It isn't easily Googlable!
There is an example on this page https://www.tensorflow.org/api_docs/python/tf/random/uniform :
For floats, the default range is [0, 1)
Is it a programming construct? Something else?
Thanks.