Updated implementation to use java's SecureRandom implementation. The current PRNG will return the same value on every run, which breaks unit tests that test for randomness, and makes it unsuitable for virtualization of applets in non-test environments.
Updated implementation to use java's SecureRandom implementation. The current PRNG will return the same value on every run, which breaks unit tests that test for randomness, and makes it unsuitable for virtualization of applets in non-test environments.
Fix for #139