- Feb 18, 2012
-
-
m1ch1 authored
-
- Feb 17, 2012
-
-
Michi Mutsuzaki authored
-
Hariprasad Kuppuswamy authored
-
Hariprasad Kuppuswamy authored
-
Hariprasad Kuppuswamy authored
-
Hariprasad Kuppuswamy authored
-
- Feb 16, 2012
-
-
Michi Mutsuzaki authored
-
Hariprasad Kuppuswamy authored
-
Hariprasad Kuppuswamy authored
-
Hariprasad Kuppuswamy authored
- Feb 09, 2012
-
-
Yuta Namiki authored
-
- Jan 17, 2012
-
-
Michi Mutsuzaki authored
-
- Jan 11, 2012
-
-
Michi Mutsuzaki authored
-
Swapnil Bawaskar authored
-
- Jan 10, 2012
-
-
Swapnil Bawaskar authored
-
- Jan 09, 2012
-
-
Michi Mutsuzaki authored
-
Michi Mutsuzaki authored
-
- Jan 05, 2012
-
-
Karthik Kumar authored
-
Karthik Kumar authored
-
- Dec 02, 2011
-
-
Michi Mutsuzaki authored
-
Swapnil Bawaskar authored
-
Swapnil Bawaskar authored
-
- Dec 01, 2011
-
-
Michi Mutsuzaki authored
-
Swapnil Bawaskar authored
-
- Nov 30, 2011
-
-
Swapnil Bawaskar authored
- removing old README file
-
Swapnil Bawaskar authored
-
Swapnil Bawaskar authored
-
- Nov 21, 2011
-
-
Michi Mutsuzaki authored
-
Michi Mutsuzaki authored
gh-51 Improved Random Number Generation Performance and add Exponential distribution support (sears)
-
Michi Mutsuzaki authored
-
Michi Mutsuzaki authored
-
- Nov 20, 2011
-
-
Russell Sears authored
-
- Nov 19, 2011
-
-
Russell Sears authored
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().
-
Russell Sears authored
-