RandomGetNum Method (Int32) |
Returns a random number between 0 and maxInclusive inclusive
Namespace: MlkPwgenAssembly: MlkPwgen (in MlkPwgen.dll) Version: 0.1.0.0
Syntax public virtual int GetNum(
int maxInclusive
)
Public Overridable Function GetNum (
maxInclusive As Integer
) As Integer
public:
virtual int GetNum(
int maxInclusive
)
abstract GetNum :
maxInclusive : int -> int
override GetNum :
maxInclusive : int -> int
Parameters
- maxInclusive
- Type: SystemInt32
Return Value
Type:
Int32See Also