You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
The code implements the chaotic Pseudo Random Bit Generator proposed in the following work:
Moysis, L., Lawnik, M., Volos, C., Baptista, M., Goudos, S., Fragulis, G. F. (2025). Testing the Strength of Chaotic Systems as Seeds in a Pseudo Random Bit Generator. IEEE Access
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 only include the maps that succesfully passed the NIST tests.
We encourage you to read the work for further details.
Cite As
Lazaros Moysis (2026). A Chaotic Pseudo Random Bit Generator for Multiple Maps (https://nl.mathworks.com/matlabcentral/fileexchange/179954-a-chaotic-pseudo-random-bit-generator-for-multiple-maps), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.0.2 (2.61 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
