A Chaotic PRBG using multiple 1D chaotic maps

A chaotic pseudo random bit generator that generates 8 bits per iteration.
9 Downloads
Updated 19 Apr 2024

View License

The code implements the chaotic Pseudo Random Bit Generator proposed in the following work:
L. Moysis, M. Lawnik, C. Volos, M. S. Baptista, G. F. Fragulis and S. K. Goudos, "Validating a Chaos Based PRBG Under Different Chaotic Maps". 2024 Panhellenic Conference on Electronics & Telecommunications (PACET), Thessaloniki, Greece, 2024, pp. 1-4, doi: 10.1109/PACET60398.2024.10497085.
Please cite this work if you use the code below.
This method does not require saving the previous values of x_i. So in each iteration, we simply compute x_i, and save it in the same variable.
Illustrative video
Lazaros Moysis

Cite As

Lazaros Moysis (2024). A Chaotic PRBG using multiple 1D chaotic maps (https://www.mathworks.com/matlabcentral/fileexchange/164001-a-chaotic-prbg-using-multiple-1d-chaotic-maps), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2024a
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.0