Skip to content
Snippets Groups Projects
Commit 29ddcf4b authored by Russell Sears's avatar Russell Sears
Browse files

Remove synchronization points from random number generation. This mostly...

Remove synchronization points from random number generation.  This mostly consisted switching from per-class instances of Random() that are shared amongst threads to thread-local instances shared across classes.

Also, CounterGenerator.nextInt() was synchronized.  Changed it to use an AtomicInteger.

Finally, removed lastString() from Generator, as it was only called in places where lastInt() was more appropriate; switched the calls to lastInt().
parent af9570f7
No related branches found
No related tags found
No related merge requests found
Showing
with 51 additions and 47 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment