??? 03/10/06 06:35 Read: times |
#111835 - OK Responding to: ???'s previous message |
Take the random Number and shift it out 1 bit at a time. After 8 shifts get a new number.
OR Take the random number (Byte) if it it > 127 setbit 1 else setbit 0 No? |