Implemented interface member:
method
Random
Microsoft.CodeAnalysis.CSharp.ValueSetFactory.INumericTC<T>.Random(System.Random)
1 reference to Random
Microsoft.CodeAnalysis.CSharp (1)
Utilities\ValueSetFactory.NintValueSetFactory.cs (1)
41
ConstantValue IValueSetFactory.RandomValue(Random random) => ConstantValue.CreateNativeInt(IntTC.DefaultInstance.
Random
(random));