Files
WireMock.Net-wiremock/src/WireMock.Net/Services/IRandomizerDoubleBetween0And1.cs
Stef Heyenrath 090e0eb437 Add WithProbability (#922)
* WithProbability

* fix

* x

* ,

* .

* .

* .
2023-04-12 20:48:53 +02:00

6 lines
105 B
C#

namespace WireMock.Services;
internal interface IRandomizerDoubleBetween0And1
{
double Generate();
}