Using chaotic sequence to generate random numbers

1 Ansicht (letzte 30 Tage)
Gottumukkala Sai
Gottumukkala Sai am 24 Dez. 2020
Kommentiert: Gottumukkala Sai am 26 Dez. 2020
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 Kommentare
Walter Roberson
Walter Roberson am 24 Dez. 2020
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 am 25 Dez. 2020
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

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

the cyclist
the cyclist am 25 Dez. 2020
This GitHub repo has a MATLAB implementation. I cannot attest to its quality.

Weitere Antworten (0)

Kategorien

Mehr zu Random Number Generation finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by