Implement the Fortuna PRNG for random number generator in the frontend. ## handle PRNG events PRNG events will probably be handled completely asyncronously, and their data will be collected in a global variable accessible via JavaScript.
Implement the Fortuna PRNG for random number generator in the frontend.
handle PRNG events
PRNG events will probably be handled completely asyncronously, and their data will be collected in a global variable accessible via JavaScript.