User: editor -- 2008-05-18 << 125 127 >> |
Hits: 4954 |
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 |