mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-03-18 23:33:47 +01:00
6 lines
105 B
C#
6 lines
105 B
C#
namespace WireMock.Services;
|
|
|
|
internal interface IRandomizerDoubleBetween0And1
|
|
{
|
|
double Generate();
|
|
} |