Using chaotic sequence to generate random numbers
5 次查看(过去 30 天)
显示 更早的评论
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.
2 个评论
Walter Roberson
2020-12-24
What statistical difference is there between what randi() generates and what the chaotic random sequence would generate? Are you effectively just making it harder to figure out what seed was used in that there are algorithms that can figure out what the initial seed was for rand given enough data points?
采纳的回答
the cyclist
2020-12-25
This GitHub repo has a MATLAB implementation. I cannot attest to its quality.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Encryption / Cryptography 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!