Click or drag to resize
IntGeneratorNext Method
Vraci pseudonahodne cislo z intervalu [lowerBound, upperBound).

Namespace: MAPFsimulator
Assembly: MAPFsimulator (in MAPFsimulator.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
public int Next(
	int lowerBound,
	int upperBound
)

Parameters

lowerBound
Type: SystemInt32

[Missing <param name="lowerBound"/> documentation for "M:MAPFsimulator.IntGenerator.Next(System.Int32,System.Int32)"]

upperBound
Type: SystemInt32

[Missing <param name="upperBound"/> documentation for "M:MAPFsimulator.IntGenerator.Next(System.Int32,System.Int32)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:MAPFsimulator.IntGenerator.Next(System.Int32,System.Int32)"]

See Also