Home
last modified time | relevance | path

Searched refs:offeredLoad (Results 1 – 1 of 1) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DInterarrivalTimers.cs69 public PoissonInterarrivalTimer(double offeredLoad) in PoissonInterarrivalTimer() argument
71 this.exponentialDistribution = new ExponentialDistribution(new Random(), offeredLoad); in PoissonInterarrivalTimer()