Implemented interface member:
method
Random
Microsoft.CodeAnalysis.CSharp.ValueSetFactory.INumericTC<T>.Random(System.Random)
1 reference to Random
Microsoft.CodeAnalysis.CSharp (1)
Utilities\ValueSetFactory.DecimalValueSetFactory.cs (1)
25ConstantValue IValueSetFactory.RandomValue(Random random) => ConstantValue.Create(DecimalTC.Instance.Random(random));