RandomAttribute.

RandomAttribute(double, double, int) Constructor

Summary

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

Syntax

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

Parameters

Name Type Description
min double
max double
count int

Return Value

Type Description
void