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)
46
numbers: (IValueSet<TFloating>)NumericValueSetFactory<TFloating, TFloatingTC>.Instance.
Random
(expectedSize, random), hasNaN: hasNan);
Utilities\ValueSetFactory.NintValueSetFactory.cs (1)
36
values: (IValueSet<int>)NumericValueSetFactory<int, IntTC>.Instance.
Random
(expectedSize, random),
Utilities\ValueSetFactory.NuintValueSetFactory.cs (1)
34
values: (IValueSet<uint>)NumericValueSetFactory<uint, UIntTC>.Instance.
Random
(expectedSize, random),