![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| generating line numbers | sam4now | Shell Programming and Scripting | 7 | 04-28-2008 07:17 PM |
| How to set constrain on random numbers in c | ahjiefreak | High Level Programming | 6 | 01-11-2008 04:46 AM |
| how can i isolate the random sequence of numbers using awk? | rcon1 | UNIX for Dummies Questions & Answers | 2 | 01-09-2008 09:06 AM |
| genrating pseudo random numbers | hack_tom | Shell Programming and Scripting | 7 | 04-27-2007 11:10 PM |
| Random numbers without repetition | asal_email | UNIX for Dummies Questions & Answers | 8 | 07-14-2005 05:02 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
generating random numbers with hamming distance 4
Hi I want to genrate 10 random 32 bit binary numbers with hamming distance 4 and 8.
11010110010101010101010101010101 11010110010101010100010101010010 if we look carefully at these two binary numbers they differ at 4 places hence hamming distance 4. Now I want to genrate these numbers randomely such that 1 and 2nd, 2nd and 3rd, 3rd and 4th 4th and 5th etc. are pairs of numbers at haaming distance 4.a and I want to generate 10 such numbers |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|