Using chaotic sequence to generate random numbers
5 ビュー (過去 30 日間)
古いコメントを表示
Gottumukkala Sai
2020 年 12 月 24 日
コメント済み: Gottumukkala Sai
2020 年 12 月 26 日
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!