Summary
Generates
ushort values within a specified range.
- Namespace
- TCLite
- Containing Type
- RandomAttribute
Syntax
public RandomAttribute(ushort min, ushort max, int count)
Parameters
| Name | Type | Description |
|---|---|---|
| min | ushort | |
| max | ushort | |
| count | int |
Return Value
| Type | Description |
|---|---|
| void |
