Random Word Generator

Search_replace_binary  Count_and_statistics 

Random Word Generator

Example:

Generate 8 random password with 10 letters or digits

Random word generator

Replace settings:

1) Replace unit=Chars

2) Search for pattern=PASSWORD=\d+

3) Replace with pattern=PASSWORD=rand_str(10,1..9,'a'..'z')

Random Character Generator

Example:

Replace all characters to Random char

Random word generator

Replace settings:

1) Replace unit=Chars

2) Search for pattern=Search,[A-Za-z]

3) Replace with pattern=chr(ord('a')+int(rand(26)))

4) Note: you can also select menu Replace->Replace by template->Misc->Randoms: Replace all chars to random char


Other Examples of "Random word generator"
How to change the word "good" to one of its synonyms randomly in a text file?
How to simulate a Lucky Draw program to pop-up names in random order?
How to remove around 1/2 lines randomly from a large text files?
How to extract 5 unique lines from a text file with 30 lines?
How to generate add and subtract maths exams randomly?
How to generate 100 random words with number, lower case letter and underscore?
How to generate the full list of 2 letter combinations?
How to generate 100 random date between 2009-01-01 and 2009-12-31?

Search all "Random word generator" examples