Keyword(s) to search:
Sort results by title
Keyword Index
Rng
.
.
::
.
.
DieRoll Method
Returns a random number greater or equal to one and less than or equal to max
Namespace:
AngbandOS.Core
Assembly:
AngbandOS.Core
(in AngbandOS.Core.dll)
Syntax
C#
public
int
DieRoll
(
int
max
)
Parameters
max
Type:
Int32
The upper limit (inclusive)
Return Value
A random number
See Also
Rng Class
AngbandOS.Core Namespace