MATLAB: Using chaotic sequence to generate random numbers

chaoschaoticsequenceencryptionhidingMATLABsteganography

I am using steganography to hide a text data behind an image. While embedding, I want to implement chaotic randoom sequence to select the pixels.
So I need a matlab code that generates a chaotic random sequence at the senders end and also a code to regenerate the same random sequence at the receivers end.
Thanks a lot in advance.

Best Answer

This GitHub repo has a MATLAB implementation. I cannot attest to its quality.