Click or drag to resize

DebuggerChooseRandomNumber(Double, Sequence) Method

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.1
Syntax
C#
public double ChooseRandomNumber(
	double randomNumber,
	Sequence seq
)

Parameters

randomNumber  Double
 
seq  Sequence
 

Return Value

Double

Implements

IUserProxyForSequenceExecutionChooseRandomNumber(Double, Sequence)
See Also