|
Algorithm 1 The generation of chaos-based PRNG |
Input: The initial values of system (2).
-
1:
for to 4 do
-
2:
for
to 29 do
-
3:
Truncate a chaotic sequence from the trajectory of ;
-
4:
Convert the floating number of 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 , , and
|