Using chaotic sequence to generate random numbers
조회 수: 2 (최근 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!