From 2294147627fc371774cb5fb352f9e8997b31ce3a Mon Sep 17 00:00:00 2001 From: coddec Date: Fri, 27 Oct 2017 19:53:08 +1100 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b2e2a59..1e3dac8 100644 --- a/README.md +++ b/README.md @@ -1 +1,6 @@ -# Random-Required \ No newline at end of file +# 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.