I tried t check the randomness of the chaotic sequence generated by the chaotic logistic-sine coupling map by the NIST test but in that code, it takes input in binary numbers(0&1)

so for this, we have to convert our chaotic sequence in 0 &1 by some threshold value firstly I calculate the sequence and then take their median and make this as a threshold value so if the chaotic sequence value > threshold value then it gives 1 and else 0 and stores this into a new binary sequence and sends this as an input in the tests but in that code, it repeats all the test 100 times and takes the average of results at each stage.

I tried it on a chaotic logistic-sine coupling map( 2D CLSM) map but the results were different as it mentioned by the author in the article. Anyone, please help me.

More Vivek Verma's questions See All
Similar questions and discussions