Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
coddec authored Oct 27, 2017
1 parent a68e7a1 commit 2294147
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
# Random-Required
# Random-Required

A random string generator that can take numbers, letters, symbols, Chinese characters and arbitrary input as source to generate random output based on settings.

- When output length and output quantity is set to very high value, the webpage/browser might freeze for a while during generation.
- Long input type will have more advantage over short input type. e.g. with string "abcdefg5", output length set to 2, output quantity set to 5, the output will likely to be cf db fd gb a5 instead of 5a b5 5d 5g f5.

0 comments on commit 2294147

Please sign in to comment.