On 16 August 2014 17:24, Maiass Zaher <[email protected]> wrote: > Hi > I need help that i want to implement statistical tests in Sagemath to > inspect the randomness of Advanced Encryption Standard (AES) algorithm's > output > Thanx
There is quite a bit of literature on testing pseudo random number generators, which is what I suspect you want. I don't know if Sage has anything specific, but you could code your own. There are some tests in my Ph.D. thesis I performed of the pseudo random number generator I used for Monte Carlo simulations. See section 8.7.1 http://www.ucl.ac.uk/medphys/research/borl/pub/theses/docs/dkirkby.pdf But I'm not a mathematician, and got my PhD in the last century, so don't consider those references to be state of the art!! Dave -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/d/optout.
