Click or drag to resize
RandomGetNum Method (UInt32)
Returns a random number between 0 and maxInclusive inclusive

Namespace: MlkPwgen
Assembly: MlkPwgen (in MlkPwgen.dll) Version: 0.1.0.0
Syntax
public virtual uint GetNum(
	uint maxInclusive
)

Parameters

maxInclusive
Type: SystemUInt32

Return Value

Type: UInt32
See Also