Namespace Yarp.ReverseProxy.Utilities
Interfaces
IClock
Abstraction over monotonic time providers (Environment.TickCount64, Stopwatch.GetTimestamp, as opposed to DateTime).
IRandomFactory
Factory for creating random class. This factory let us able to inject random class into other class. So that we can mock the random class for unit test.