RandomAttribute.

RandomAttribute(int, int, int) Constructor

Summary

Generates int values within a specified range.
Namespace
TCLite
Containing Type
RandomAttribute

Syntax

public RandomAttribute(int min, int max, int count)

Parameters

Name Type Description
min int
max int
count int

Return Value

Type Description
void