RandomAttribute.

RandomAttribute(ulong, ulong, int) Constructor

Summary

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

Syntax

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

Parameters

Name Type Description
min ulong
max ulong
count int

Return Value

Type Description
void