Using chaotic sequence to generate random numbers

조회 수: 1 (최근 30일)
Gottumukkala Sai
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
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?
Gottumukkala Sai
Gottumukkala Sai 2020년 12월 25일
Thank you for responding.
Yes sir as security is the primary concern, I want to implement chaotic random sequence.
If you have a code, please do help me out.
Thank you

댓글을 달려면 로그인하십시오.

채택된 답변

the cyclist
the cyclist 2020년 12월 25일
This GitHub repo has a MATLAB implementation. I cannot attest to its quality.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Random Number Generation에 대해 자세히 알아보기

제품

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by