QuartzRandomNext Method (Int32, Int32)

Quartz.NET 3.0 API Documentation
Random number generator

Namespace:  Quartz.Core
Assembly:  Quartz (in Quartz.dll) Version: 3.0.0
Syntax

C#
public int Next(
	int minValue,
	int maxValue
)

Parameters

minValue
Type: SystemInt32

[Missing <param name="minValue"/> documentation for "M:Quartz.Core.QuartzRandom.Next(System.Int32,System.Int32)"]

maxValue
Type: SystemInt32

[Missing <param name="maxValue"/> documentation for "M:Quartz.Core.QuartzRandom.Next(System.Int32,System.Int32)"]

Return Value

Type: Int32
integer between minValue and maxValue
See Also

Reference