Skip to content

Conversation

@ghost
Copy link

@ghostghost 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
@harshildarjiharshildarji merged commit cebbf56 into TheAlgorithms:masterOct 8, 2016
@ghost ghost deleted the patch-1 branch October 8, 2016 17:32
Sign up for freeto 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

@harshildarji@essut