Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
8 years, 7 months ago.
mbed LPC11U24 array permutation
I am new to the world of ARMmbed. I have an mbed LPC11U24 module, in which I want to permute the bits of a long array (lets say a 100 byte array) using a pseudo-random number generator. How can I write the code (do the permutation) efficiently? I would appreciate your wisdom. Thanks.