Méthode | Description | |
---|---|---|
GetNameFromInitString ( string initString ) : string |
Gets a name given an init string - name can be anything
|
|
GetPureRandomValue ( ) : string |
Gets a pure random value for the name which will be 14 characters long
|
Méthode | Description | |
---|---|---|
GenerateSeed ( string prefix ) : int |
Generates a prefix int that can be used as a seed for different prefix values
|
|
GetName ( string name = "" ) : string |
Gets a random name by iterating through random numbers and letters
|
public GetNameFromInitString ( string initString ) : string | ||
initString | string | Init string is a prefix for the name |
Résultat | string |