I want to create an Observable that emits items at random intervals.
I've found an answer, but it refers to Rx.Js, that I don't know how to translate to Rx.NET
How to create an infinite Observable that produces random numbers at random intervals?
How can I do it in .NET?