Randomizer Get Method (Single, Single)Delta Engine Documentation
Returns a float between min and max, by default a value between zero and one. View code on GitHub

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

public abstract float Get(
	float min = 0f,
	float max = 1f
)

Return Value

Type: Single
See Also