Click or drag to resize

ShortExtensionsGetRandom Method (Int16)

Returns a random number greater than or equal to 0 and less than the maxValue

Namespace:  TestHelperExtensions
Assembly:  CBI.TestHelperExtensions (in CBI.TestHelperExtensions.dll) Version: 2.1.0.1
Syntax
public static short GetRandom(
	this short maxValue
)

Parameters

maxValue
Type: SystemInt16
The non-inclusive maximum short value for the random number

Return Value

Type: Int16
A random short

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Int16. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also