RandomAttribute
Supplies a set of random values to a single parameter of a parameterized test.
            
                
If true, no value will be repeated.
            
Construct a random set of values appropriate for the Type of the
            parameter on which the attribute appears, specifying only the count.
            
Generates  Int32 values within a specified range.
            
Generates  UInt32 values within a specified range.
            
Generates  Int64 values within a specified range.
            
Generates  UInt64 values within a specified range.
            
Generates  Int16 values within a specified range.
            
Generates  UInt16 values within a specified range.
            
Generates  Double values within a specified range.
            
Generates  Single values within a specified range.
            
Generates  Byte values within a specified range.
            
Generates  SByte values within a specified range.
            
Retrieves a list of arguments which can be passed to the specified parameter.