PronounceableGeneratorGenerate Method (Int32, IReadOnlyCollectionISetChar, FuncString, Boolean, Random, ITrigramStatistics) |
Namespace: MlkPwgenAssembly: 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
)
Public Shared Function Generate (
length As Integer,
requiredSets As IReadOnlyCollection(Of ISet(Of Char)),
predicate As Func(Of String, Boolean),
random As Random,
stats As ITrigramStatistics
) As String
public:
static String^ Generate(
int length,
IReadOnlyCollection<ISet<wchar_t>^>^ requiredSets,
Func<String^, bool>^ predicate,
Random^ random,
ITrigramStatistics^ stats
)
static member Generate :
length : int *
requiredSets : IReadOnlyCollection<ISet<char>> *
predicate : Func<string, bool> *
random : Random *
stats : ITrigramStatistics -> string
Parameters
- length
- Type: SystemInt32
- requiredSets
- Type: System.Collections.GenericIReadOnlyCollectionISetChar
- predicate
- Type: SystemFuncString, Boolean
- random
- Type: MlkPwgenRandom
- stats
- Type: MlkPwgenITrigramStatistics
Return Value
Type:
StringSee Also