IRandomGenerator.

NextShort(short, short) Method

Summary

Returns a random short within a specified range.
Namespace
TCLite.Interfaces
Containing Type
IRandomGenerator

Syntax

short NextShort(short min, short max)

Parameters

Name Type Description
min short
max short

Return Value

Type Description
short