Click or drag to resize

DebuggerChooseRandomNumber Method (Double, Sequence)

returns the maybe user altered random number in the range 0.0 - 1.0 exclusive for the sequence given the random number chosen is supplied

Namespace:  de.unika.ipd.grGen.graphViewerAndSequenceDebugger
Assembly:  graphViewerAndSequenceDebugger (in graphViewerAndSequenceDebugger.dll) Version: GrGen.NET 7.2
Syntax
C#
public double ChooseRandomNumber(
	double randomNumber,
	Sequence seq
)

Parameters

randomNumber
Type: SystemDouble
seq
Type: de.unika.ipd.grGen.libGrSequence

Return Value

Type: Double

Implements

IUserProxyForSequenceExecutionChooseRandomNumber(Double, Sequence)
See Also