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

Polly.Utils.RandomUtil

sealed class RandomUtil
namespace Polly.Utils { internal sealed class RandomUtil { public static readonly RandomUtil Instance; public RandomUtil(int? seed); public double NextDouble(); public int Next(int maxValue); } }