RandomGetNum Method (UInt32) |
Returns a random number between 0 and maxInclusive inclusive
Namespace: MlkPwgenAssembly: MlkPwgen (in MlkPwgen.dll) Version: 0.1.0.0
Syntax public virtual uint GetNum(
uint maxInclusive
)
Public Overridable Function GetNum (
maxInclusive As UInteger
) As UInteger
public:
virtual unsigned int GetNum(
unsigned int maxInclusive
)
abstract GetNum :
maxInclusive : uint32 -> uint32
override GetNum :
maxInclusive : uint32 -> uint32
Parameters
- maxInclusive
- Type: SystemUInt32
Return Value
Type:
UInt32See Also