Click or drag to resize
PronounceableGeneratorGenerate Method (Int32, IReadOnlyCollectionISetChar, FuncString, Boolean, Random, ITrigramStatistics)

Namespace: MlkPwgen
Assembly: MlkPwgen (in MlkPwgen.dll) Version: 0.1.0.0
Syntax
public static string Generate(
	int length,
	IReadOnlyCollection<ISet<char>> requiredSets,
	Func<string, bool> predicate,
	Random random,
	ITrigramStatistics stats
)

Parameters

length
Type: SystemInt32
requiredSets
Type: System.Collections.GenericIReadOnlyCollectionISetChar
predicate
Type: SystemFuncString, Boolean
random
Type: MlkPwgenRandom
stats
Type: MlkPwgenITrigramStatistics

Return Value

Type: String
See Also