This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug classpath/24481] SecureRandom.setSeed has no impact



------- Comment #4 from david at jpackage dot org  2006-04-07 11:06 -------
I experienced a similar problem.

I created a new SecureRandom with

SecureRandom sr = new SecureRandom();

Then, multiple calls to

sr.nextBytes()

produced the same bytes each time.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24481


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]