<PackageReference Include="Polly.Core" Version="8.7.0" />

Polly.Utils.RandomUtil

static class RandomUtil
namespace Polly.Utils { internal static class RandomUtil { public static double NextDouble(); public static int Next(int maxValue); } }