Vraci pseudonahodne cislo z intervalu [lowerBound, upperBound).
Namespace: MAPFsimulatorAssembly: MAPFsimulator (in MAPFsimulator.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic int Next(
int lowerBound,
int upperBound
)
Public Function Next (
lowerBound As Integer,
upperBound As Integer
) As Integer
public:
int Next(
int lowerBound,
int upperBound
)
member Next :
lowerBound : int *
upperBound : int -> int
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