Skip to content

Add another randomness into the password generator #34

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from Oct 8, 2016
Merged

Add another randomness into the password generator #34

merged 1 commit into from Oct 8, 2016

Conversation

ghost
Copy link

@ghost ghost commented Oct 8, 2016

Uses import random for namespace cleanliness
Uses list instead of string for 'chars' variable in order to shuffle, increases randomness
Instead of string formatting, uses string concatenation because (currently) it is simpler

Uses import random for namespace cleanliness
Uses list instead of string for 'chars' variable in order to shuffle, increases randomness
Instead of string formatting, uses string concatenation because (currently) it is simpler
@harshildarji harshildarji merged commit cebbf56 into TheAlgorithms:master Oct 8, 2016
@ghost ghost deleted the patch-1 branch October 8, 2016 17:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants