Using chaotic sequence to generate random numbers
Afficher commentaires plus anciens
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 commentaires
Walter Roberson
le 24 Déc 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
le 25 Déc 2020
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Descriptive Statistics and Visualization dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!