RandomAttribute
RandomAttribute is used to supply 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.
Construct a set of ints within a specified range
Construct a set of unsigned ints within a specified range
Construct a set of longs within a specified range
Construct a set of unsigned longs within a specified range
Construct a set of shorts within a specified range
Construct a set of unsigned shorts within a specified range
Construct a set of doubles within a specified range
Construct a set of floats within a specified range
Construct a set of bytes within a specified range
Construct a set of sbytes within a specified range
Get the collection of values to be used as arguments.