Skip to main content
. 2019 Jan 7;21(1):34. doi: 10.3390/e21010034
Algorithm 1 The generation of chaos-based PRNG
Input: The initial values of system (2).
  • 1:

    fori=1 to 4 do

  • 2:

        for r=27 to 29 do

  • 3:

            Truncate a chaotic sequence Ci from the trajectory of xi;

  • 4:

            Convert the floating number Ci of xi into a 32-bit binary using the IEEE-754-Standard;

  • 5:

            Fetch the last 16th digital number of the obtained binary string;

  • 6:

        end for

  • 7:

    end for

Output: Four PRNG are generated from of x1, x2, x3 and x4