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
Hits: 249
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" 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

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 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 generate 100 random date between 2009-01-01 and 2009-12-31? (50%)
How to convert date from seconds passed since 1970 to YMD format? (50%)
How to generate a full list from 'aaa' to 'zzz' with random order? (50%)

Check Demo of Random word generator