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

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

Parameters

maxInclusive
Type: SystemInt32

Return Value

Type: Int32
See Also