projects
/
commons-rng.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
commons-rng.git
17 hours ago
Alex Herbert
Changes typo
master
commit
|
commitdiff
|
tree
|
snapshot
29 hours ago
Alex Herbert
RNG-178: Add stream support to JumpableUniformRandomPro...
commit
|
commitdiff
|
tree
|
snapshot
2 days ago
Alex Herbert
Javadoc
commit
|
commitdiff
|
tree
|
snapshot
3 days ago
Alex Herbert
RNG-176: Track changes
commit
|
commitdiff
|
tree
|
snapshot
3 days ago
Alex Herbert
RNG-176: Update user guide with new UniformRandomProvid...
commit
|
commitdiff
|
tree
|
snapshot
6 days ago
aherbert
RNG-176: Remove redundant methods from core module
commit
|
commitdiff
|
tree
|
snapshot
6 days ago
aherbert
RNG-176: Update anonymous implementations of UniformRan...
commit
|
commitdiff
|
tree
|
snapshot
6 days ago
aherbert
RNG-176: Enhance the UniformRandomProvider interface
commit
|
commitdiff
|
tree
|
snapshot
6 days ago
aherbert
Add explicit dependency from simple to the client-api...
commit
|
commitdiff
|
tree
|
snapshot
6 days ago
aherbert
Add revapi plugin for binary compatibility check
commit
|
commitdiff
|
tree
|
snapshot
10 days ago
aherbert
Do not leak package-private class in public API
commit
|
commitdiff
|
tree
|
snapshot
2022-05-04
aherbert
Remove public test modifier
commit
|
commitdiff
|
tree
|
snapshot
2022-05-04
aherbert
Sonar fix: lambdas to have 1 invocation possible throwi...
commit
|
commitdiff
|
tree
|
snapshot
2022-05-04
aherbert
Sonar fix: Use @ParameterizedTest
commit
|
commitdiff
|
tree
|
snapshot
2022-05-04
aherbert
RNG-177: Track changes
commit
|
commitdiff
|
tree
|
snapshot
2022-05-04
aherbert
RNG-177: Add streaming examples to the user guide
commit
|
commitdiff
|
tree
|
snapshot
2022-05-04
aherbert
RNG-177: Add stream methods to the sampler API
commit
|
commitdiff
|
tree
|
snapshot
2022-04-27
aherbert
Set permissions for GH Actions
commit
|
commitdiff
|
tree
|
snapshot
2022-04-17
Alex Herbert
RNG-168: Track changes
commit
|
commitdiff
|
tree
|
snapshot
2022-04-17
aherbert
RNG-168: Add stress test results
commit
|
commitdiff
|
tree
|
snapshot
2022-04-17
Alex Herbert
RNG-168: LXM family of random number generators
commit
|
commitdiff
|
tree
|
snapshot
2022-04-12
aherbert
Use the copy constructor
commit
|
commitdiff
|
tree
|
snapshot
2022-04-12
aherbert
Spotbugs excludes for updated spotbugs version
commit
|
commitdiff
|
tree
|
snapshot
2022-04-12
aherbert
Drop <h3> package titles
commit
|
commitdiff
|
tree
|
snapshot
2022-04-12
aherbert
Update to commons parent 53
commit
|
commitdiff
|
tree
|
snapshot
2022-04-12
aherbert
Do not put lists within paragraph blocks
commit
|
commitdiff
|
tree
|
snapshot
2022-04-12
aherbert
Update developer guide
commit
|
commitdiff
|
tree
|
snapshot
2022-04-12
aherbert
Add table of contents to user guide
commit
|
commitdiff
|
tree
|
snapshot
2022-04-12
aherbert
Add GH actions for CI build and coverage
commit
|
commitdiff
|
tree
|
snapshot
2022-04-07
Alex Herbert
Add @since tags
commit
|
commitdiff
|
tree
|
snapshot
2022-04-07
Arturo Bernal
Use reference instead of lambda.
commit
|
commitdiff
|
tree
|
snapshot
2022-04-07
Alex Herbert
Do not use fully qualified classname in javadoc
commit
|
commitdiff
|
tree
|
snapshot
2022-04-07
Arturo Bernal
fix broken javadoc link.
commit
|
commitdiff
|
tree
|
snapshot
2022-04-05
aherbert
RNG-174: Improve support for non-zero seeds
commit
|
commitdiff
|
tree
|
snapshot
2022-04-05
aherbert
Fix typo
commit
|
commitdiff
|
tree
|
snapshot
2022-04-05
aherbert
RNG-175: Fix MSWS createSeed(UniformRandomProvider...
commit
|
commitdiff
|
tree
|
snapshot
2022-03-30
aherbert
Remove unused import
commit
|
commitdiff
|
tree
|
snapshot
2022-03-30
aherbert
Support methods can be static
commit
|
commitdiff
|
tree
|
snapshot
2022-03-30
aherbert
Update checkNextInRange to use a LongSupplier
commit
|
commitdiff
|
tree
|
snapshot
2022-03-30
aherbert
Correct isUniformNextByte test
commit
|
commitdiff
|
tree
|
snapshot
2022-03-30
aherbert
Consistent error messages for nextInRange test
commit
|
commitdiff
|
tree
|
snapshot
2022-03-30
aherbert
Consolidate Int/LongProvider to use next() as the sourc...
commit
|
commitdiff
|
tree
|
snapshot
2022-03-30
Alex Herbert
RNG-173: BaseProvider static method to extend an input...
commit
|
commitdiff
|
tree
|
snapshot
2022-03-29
aherbert
Correct longAsInt output in the stress test application
105/head
commit
|
commitdiff
|
tree
|
snapshot
2022-03-28
aherbert
RNG-169: Avoid long to int[] that can generate a zero...
commit
|
commitdiff
|
tree
|
snapshot
2022-03-23
aherbert
Add missing <p> tags
commit
|
commitdiff
|
tree
|
snapshot
2022-03-20
Alex Herbert
Fix trailing whitespace
commit
|
commitdiff
|
tree
|
snapshot
2022-03-20
Alex Herbert
Document the lack of functional compatibility for deriv...
commit
|
commitdiff
|
tree
|
snapshot
2022-03-20
Alex Herbert
RNG-171: Reduce the memory footprint in cached boolean...
commit
|
commitdiff
|
tree
|
snapshot
2022-03-18
Alex Herbert
RNG-172: Support power of 2 by lowering limit by 1
commit
|
commitdiff
|
tree
|
snapshot
2022-03-18
aherbert
RNG-172: Pre-compute rejection threshold
commit
|
commitdiff
|
tree
|
snapshot
2022-03-17
Alex Herbert
Use Java 1.8 method to compute map value if absent
commit
|
commitdiff
|
tree
|
snapshot
2022-03-17
Alex Herbert
RNG-169: Track changes
commit
|
commitdiff
|
tree
|
snapshot
2022-03-17
Alex Herbert
RNG-169: Remove redundant Seed2ArrayConverter implement...
commit
|
commitdiff
|
tree
|
snapshot
2022-03-17
Alex Herbert
Fix PMD errors
commit
|
commitdiff
|
tree
|
snapshot
2022-03-17
Alex Herbert
RNG-169: Move array size conversions to Conversions...
commit
|
commitdiff
|
tree
|
snapshot
2022-03-17
Alex Herbert
RNG-169: Move all conversions to the Conversions class
commit
|
commitdiff
|
tree
|
snapshot
2022-03-17
Alex Herbert
RNG-169: Expand primitive input seeds using a SplitMix64
commit
|
commitdiff
|
tree
|
snapshot
2022-03-17
Alex Herbert
RNG-169: Avoid intermediate arrays during conversions
commit
|
commitdiff
|
tree
|
snapshot
2022-03-16
aherbert
RNG-169: Update array seed conversion to use optimum...
commit
|
commitdiff
|
tree
|
snapshot
2022-03-16
Alex Herbert
RNG-170: Ensure nextBytes is consistent with JDK range...
commit
|
commitdiff
|
tree
|
snapshot
2022-03-15
aherbert
Return the class type of the unrecognised seed.
commit
|
commitdiff
|
tree
|
snapshot
2022-03-15
aherbert
Update NumberFactory to use parameterized/repeated...
commit
|
commitdiff
|
tree
|
snapshot
2022-03-10
aherbert
Documentation typos
commit
|
commitdiff
|
tree
|
snapshot
2022-03-10
aherbert
Add option to list a range of the RandomSource enum
commit
|
commitdiff
|
tree
|
snapshot
2022-03-10
aherbert
Add missing generator name to example command
commit
|
commitdiff
|
tree
|
snapshot
2022-03-02
aherbert
Add TSampler to continuous sampler performance JMH...
commit
|
commitdiff
|
tree
|
snapshot
2022-03-02
aherbert
Add example histogram of the TSampler output to the...
commit
|
commitdiff
|
tree
|
snapshot
2022-03-02
aherbert
Add TSampler to example sampling application
commit
|
commitdiff
|
tree
|
snapshot
2022-03-02
Alex Herbert
RNG-167: Sampling from a t-distribution
commit
|
commitdiff
|
tree
|
snapshot
2022-03-02
Alex Herbert
Update chi-square test
commit
|
commitdiff
|
tree
|
snapshot
2022-03-01
Alex Herbert
Compute p-value for the chi square test once.
commit
|
commitdiff
|
tree
|
snapshot
2021-10-23
Alex Herbert
Cache another constant in the large mean Poisson sampler
commit
|
commitdiff
|
tree
|
snapshot
2021-10-23
Alex Herbert
Formatting
commit
|
commitdiff
|
tree
|
snapshot
2021-10-06
aherbert
Correct javadoc for the bounds on the Poisson sampler...
commit
|
commitdiff
|
tree
|
snapshot
2021-10-02
Alex Herbert
Correct probability typo.
commit
|
commitdiff
|
tree
|
snapshot
2021-10-01
Alex Herbert
RNG-166: LogNormalSamplers to allow a negative mean.
commit
|
commitdiff
|
tree
|
snapshot
2021-10-01
Alex Herbert
RNG-165: Track changes
commit
|
commitdiff
|
tree
|
snapshot
2021-09-29
aherbert
RNG-165: Allow a zero exponent in the Zipf sampler
103/head
commit
|
commitdiff
|
tree
|
snapshot
2021-09-29
aherbert
RNG-160: Use ternary operator to sort two long values
commit
|
commitdiff
|
tree
|
snapshot
2021-09-18
Alex Herbert
Directly test the SamplerBase class
commit
|
commitdiff
|
tree
|
snapshot
2021-09-16
aherbert
Allow ziggurat sampling from only the overhangs in...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-16
aherbert
Fix javadoc mix up between convex and concave regions
commit
|
commitdiff
|
tree
|
snapshot
2021-09-15
Alex Herbert
Added ternary variations to the ziggurat benchmark
commit
|
commitdiff
|
tree
|
snapshot
2021-09-15
Alex Herbert
Ensure stream is closed using try-with-resources
commit
|
commitdiff
|
tree
|
snapshot
2021-09-14
aherbert
Remove badges from examples README.md
commit
|
commitdiff
|
tree
|
snapshot
2021-09-14
aherbert
Fix links for browsing the examples javadoc
commit
|
commitdiff
|
tree
|
snapshot
2021-09-14
aherbert
Remove badges and maven dependency from the examples...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-14
aherbert
Update Travis CI badge from .org to .com domain.
commit
|
commitdiff
|
tree
|
snapshot
2021-09-14
aherbert
Update note about sending e-mail from an apache.org...
commit
|
commitdiff
|
tree
|
snapshot
2021-09-14
aherbert
Correct javadoc
commit
|
commitdiff
|
tree
|
snapshot
2021-09-13
aherbert
Update announce subject line in release guide
commit
|
commitdiff
|
tree
|
snapshot
2021-09-13
aherbert
Change release notes to use new commons tag format
commit
|
commitdiff
|
tree
|
snapshot
2021-09-13
aherbert
Update release notes following release 1.4
commit
|
commitdiff
|
tree
|
snapshot
2021-09-13
aherbert
Add release 1.4 javadoc links to the site.xml
commit
|
commitdiff
|
tree
|
snapshot
2021-09-13
aherbert
Update examples app version to 1.5-SNAPSHOT
commit
|
commitdiff
|
tree
|
snapshot
2021-09-13
aherbert
Update release and BC version in parent pom
commit
|
commitdiff
|
tree
|
snapshot
2021-09-13
aherbert
Update README to refer to 1.4 release
commit
|
commitdiff
|
tree
|
snapshot
2021-09-13
aherbert
Update pom to next development version (1.4 to 1.5)
commit
|
commitdiff
|
tree
|
snapshot
2021-09-13
aherbert
Retrieve 1.4 release details from the release branch
commit
|
commitdiff
|
tree
|
snapshot
next