Randomizer Get Method (Int32, Int32)Delta Engine Documentation
Returns an integer greater than or equal to min and strictly less than max View code on GitHub

Namespace: DeltaEngine.Core
Assembly: DeltaEngine (in DeltaEngine.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public abstract int Get(
	int min,
	int max
)

Return Value

Type: Int32
See Also