Click or drag to resize
RandomGetNumStream Method
Returns an infinite stream of random numbers between 0 and maxInclusive inclusive

Namespace: MlkPwgen
Assembly: MlkPwgen (in MlkPwgen.dll) Version: 0.1.0.0
Syntax
public virtual IEnumerable<int> GetNumStream(
	int maxInclusive
)

Parameters

maxInclusive
Type: SystemInt32

Return Value

Type: IEnumerableInt32
See Also