A Chaotic PRBG using Robust Chaotic Map

A chaotic pseudo random bit generator that generates 64 bits per iteration, using robust chaotic maps
53 download
Aggiornato 1 apr 2026

Visualizza la licenza

The code implements the chaotic Pseudo Random Bit Generator proposed in the following work:
- Moysis, L., Lawnik, M., Baptista, M., Volos, C., & Fragulis, G. F. (2024). A Family Of 1D Modulo-Based Maps Without Equilibria And Robust Chaos—Application To A PRBG. Nonlinear Dynamics.
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. We encourage you to read the work for further details.
Video presentation:
Lazaros Moysis

Cita come

Lazaros Moysis (2026). A Chaotic PRBG using Robust Chaotic Map (https://it.mathworks.com/matlabcentral/fileexchange/166306-a-chaotic-prbg-using-robust-chaotic-map), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2024a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Versione Pubblicato Note della release
1.0.2

updated videos

1.0.1

added video link

1.0.0