[Missing <summary> documentation for "M:Bespoke.Common.RandomHelper.Next(System.Int32,System.Int32)"]

Namespace:  Bespoke.Common
Assembly:  Bespoke.Common (in Bespoke.Common.dll) Version: 4.3.0.0 (4.3.0.0)

Syntax

C#
public static int Next(
	int minValue,
	int maxValue
)
Visual Basic (Declaration)
Public Shared Function Next ( _
	minValue As Integer, _
	maxValue As Integer _
) As Integer
Visual C++
public:
static int Next(
	int minValue, 
	int maxValue
)

Parameters

minValue
Type: System..::.Int32

[Missing <param name="minValue"/> documentation for "M:Bespoke.Common.RandomHelper.Next(System.Int32,System.Int32)"]

maxValue
Type: System..::.Int32

[Missing <param name="maxValue"/> documentation for "M:Bespoke.Common.RandomHelper.Next(System.Int32,System.Int32)"]

Return Value

[Missing <returns> documentation for "M:Bespoke.Common.RandomHelper.Next(System.Int32,System.Int32)"]

See Also