I'd like to have a range of long values as an Observable however only a range method with ints do exist. Is there a reason for this? The only way I could imagine doing this now would be by using `intervalRange` with a low period however that does not seem right.