Implemented interface member:
method
Random
Microsoft.CodeAnalysis.CSharp.IValueSetFactory.Random(System.Int32, System.Random)
3 references to Random
Microsoft.CodeAnalysis.CSharp (3)
Utilities\ValueSetFactory.FloatingValueSet.cs (1)
46numbers: (IValueSet<TFloating>)new NumericValueSetFactory<TFloating>(tc).Random(expectedSize, random), hasNaN: hasNan, tc);
Utilities\ValueSetFactory.NintValueSetFactory.cs (1)
36values: (IValueSet<int>)new NumericValueSetFactory<int>(IntTC.DefaultInstance).Random(expectedSize, random),
Utilities\ValueSetFactory.NuintValueSetFactory.cs (1)
34values: (IValueSet<uint>)new NumericValueSetFactory<uint>(UIntTC.Instance).Random(expectedSize, random),