Replace Pioneer Home   All Examples   Free Download

 New request --free  RSS: Replace Pioneer Examples

126.Random word generator -- How to generate a random binary sequence matrix?

User: editor -- 2008-05-18          << 125  127 >>
Hits: 822
Type: Random word generator   
Search all Random word generator examples
Description:
How to generate a random binary sequence matrix?
Output Sample:
00111 01110 11011 11001 10001 00011 11101 11110
00111 00101 00100 11110 10011 11100 00111 10101
10111 11010 11010 01100 00101 01111 00001 11110
11011 11110 00010 01001 00111 00110 00110 01101
Answer:
Hint: You need to Download and install "Replace Pioneer" on windows platform to finish following steps.
This is an example to use self-defined perl functions
1. press ctrl-h open 'Replace' dialog
2. open 'Advanced' page
* set 'Run Following at the begining of replace:

-- Define a function to output 40 random binary grouped by 5
* set 'Insert begin text':

-- Invoke the self defined function 4 times
3. click 'Replace', done.
Download Script:  scripts/126.rst.zip

Screenshot 1:  Replace_Advanced_Window


Similar Examples:
How to decode all 8-bits binary sequences into English chars? (53%)
How to generate 200 random numbers in the range of 100 to 300? (53%)
How to generate random passwords with 10 bytes of upper case letters? (52%)
How to generate 100 random words with number, lower case letter and underscore? (51%)
How to generate consequence date from 2008-01-01 to 2009-12-31? (51%)
How to generate an address sequence with id increased from 'aaa' to 'zzz'? (51%)
How to replace a word/string with increasing sequence number in a text file? (50%)
How to batch rename text files with random line from file contents? (50%)

Check Demo of Random word generator
Keywords:
binary sequence matrix  generate a random binary sequence  how to generate a random binary sequence  rrr  random binary sequence  begining  sequence matrix  matrix  binary sequence  perl  binary matrix generator  generate the binary sequence  generate a binary sequence  perl random word generator  binary word generator  generate random binary matrix  generate binary sequence  random binary matrix generator