I don't mind how the seed is generated. But how are the random numbers themselves generated? What is the PRNG bitaddress is using or how does it work?
I will look at the source code to find out, but if you already know, kindly post here. Thanks.
Edit:
It uses timers and mouse positions to generate the seed. It uses Random number generator with ArcFour PRNG. Based on comments in the source code.
Can this web html javascript be compiled? I want to run it as natively as possible, for speed. Javascript is interpreted, correct?