Summary
Returns a random double within a specified range.
- Namespace
- TCLite
.Interfaces - Containing Type
- IRandomGenerator
Syntax
double NextDouble(double min, double max)
Parameters
| Name | Type | Description |
|---|---|---|
| min | double | |
| max | double |
Return Value
| Type | Description |
|---|---|
| double |
