RandomAttribute.

RandomAttribute(short, short, int) Constructor

Summary

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

Syntax

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

Parameters

Name Type Description
min short
max short
count int

Return Value

Type Description
void