QuartzRandomNext Method (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 maxValue
)

Parameters

maxValue
Type: SystemInt32

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

Return Value

Type: Int32
int between 0 and maxValue
See Also

Reference