You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently each instance of Tyche will keep track of the names generated so as not to repeat them.
In order to enable the inclusion of Tyche in client apps that may be always using the same instance we need to be able to pass in an (optional) argument that gives a name to the set.
The name will be prepended to the file that tracks previously generated names.
Steps:
Add flag in code - it gets passed to Generator object
Set default as none or default?
add a test or two
Add documention in readme
Add docs in docs folder
The text was updated successfully, but these errors were encountered:
Currently each instance of
Tyche
will keep track of the names generated so as not to repeat them.In order to enable the inclusion of
Tyche
in client apps that may be always using the same instance we need to be able to pass in an (optional) argument that gives a name to the set.The name will be prepended to the file that tracks previously generated names.
Steps:
Generator
objectThe text was updated successfully, but these errors were encountered: