1. fa1c8d5 RNG-172: Support power of 2 by lowering limit by 1 by Alex Herbert · 2 years, 2 months ago
  2. 994616f RNG-172: Pre-compute rejection threshold by aherbert · 2 years, 2 months ago
  3. 60213ea Use Java 1.8 method to compute map value if absent by Alex Herbert · 2 years, 2 months ago
  4. 27abd76 RNG-169: Track changes by Alex Herbert · 2 years, 2 months ago
  5. b317d3e RNG-169: Remove redundant Seed2ArrayConverter implementation by Alex Herbert · 2 years, 2 months ago
  6. 8b36169 Fix PMD errors by Alex Herbert · 2 years, 2 months ago
  7. a702a1f RNG-169: Move array size conversions to Conversions class by Alex Herbert · 2 years, 2 months ago
  8. c109239 RNG-169: Move all conversions to the Conversions class by Alex Herbert · 2 years, 2 months ago
  9. ef9722b RNG-169: Expand primitive input seeds using a SplitMix64 by Alex Herbert · 2 years, 2 months ago
  10. d53f3da RNG-169: Avoid intermediate arrays during conversions by Alex Herbert · 2 years, 2 months ago
  11. ca6f140 RNG-169: Update array seed conversion to use optimum seed length by aherbert · 2 years, 2 months ago
  12. c3c8021 RNG-170: Ensure nextBytes is consistent with JDK range checks by Alex Herbert · 2 years, 2 months ago
  13. 3ed42d7 Return the class type of the unrecognised seed. by aherbert · 2 years, 2 months ago
  14. f970ee4 Update NumberFactory to use parameterized/repeated tests by aherbert · 2 years, 2 months ago
  15. d2da169 Documentation typos by aherbert · 2 years, 2 months ago
  16. 18d88c0 Add option to list a range of the RandomSource enum by aherbert · 2 years, 2 months ago
  17. d4a8346 Add missing generator name to example command by aherbert · 2 years, 2 months ago
  18. de8c604 Add TSampler to continuous sampler performance JMH example by aherbert · 2 years, 2 months ago
  19. 7019a2f Add example histogram of the TSampler output to the userguide. by aherbert · 2 years, 2 months ago
  20. af2e589 Add TSampler to example sampling application by aherbert · 2 years, 2 months ago
  21. 88608c2 RNG-167: Sampling from a t-distribution by Alex Herbert · 2 years, 2 months ago
  22. 1d2722f Update chi-square test by Alex Herbert · 2 years, 2 months ago
  23. 52a5b80 Compute p-value for the chi square test once. by Alex Herbert · 2 years, 2 months ago
  24. bd30c3b Cache another constant in the large mean Poisson sampler by Alex Herbert · 2 years, 6 months ago
  25. 8471405 Formatting by Alex Herbert · 2 years, 6 months ago
  26. 3d5309f Correct javadoc for the bounds on the Poisson sampler mean by aherbert · 2 years, 7 months ago
  27. c7b9013 Correct probability typo. by Alex Herbert · 2 years, 7 months ago
  28. f46c001 RNG-166: LogNormalSamplers to allow a negative mean. by Alex Herbert · 2 years, 7 months ago
  29. dd67119 RNG-165: Track changes by Alex Herbert · 2 years, 7 months ago
  30. a6ca79b RNG-165: Allow a zero exponent in the Zipf sampler by aherbert · 2 years, 7 months ago
  31. b1ae71b RNG-160: Use ternary operator to sort two long values by aherbert · 2 years, 7 months ago
  32. f5f958c Directly test the SamplerBase class by Alex Herbert · 2 years, 8 months ago
  33. 9f492d0 Allow ziggurat sampling from only the overhangs in the performance test by aherbert · 2 years, 8 months ago
  34. 9a25d0b Fix javadoc mix up between convex and concave regions by aherbert · 2 years, 8 months ago
  35. 55e02d4 Added ternary variations to the ziggurat benchmark by Alex Herbert · 2 years, 8 months ago
  36. 722271e Ensure stream is closed using try-with-resources by Alex Herbert · 2 years, 8 months ago
  37. 59d13d7 Remove badges from examples README.md by aherbert · 2 years, 8 months ago
  38. 0b52f31 Fix links for browsing the examples javadoc by aherbert · 2 years, 8 months ago
  39. c172a81 Remove badges and maven dependency from the examples modules. by aherbert · 2 years, 8 months ago
  40. 331c06c Update Travis CI badge from .org to .com domain. by aherbert · 2 years, 8 months ago
  41. 14f8399 Update note about sending e-mail from an apache.org account. by aherbert · 2 years, 8 months ago
  42. e8640e4 Correct javadoc by aherbert · 2 years, 8 months ago
  43. 849e2b7 Update announce subject line in release guide by aherbert · 2 years, 8 months ago
  44. 59d6768 Change release notes to use new commons tag format by aherbert · 2 years, 8 months ago
  45. 8497a19 Update release notes following release 1.4 by aherbert · 2 years, 8 months ago
  46. 6a4a2d5 Add release 1.4 javadoc links to the site.xml by aherbert · 2 years, 8 months ago
  47. 4400cc1 Update examples app version to 1.5-SNAPSHOT by aherbert · 2 years, 8 months ago
  48. 828fee1 Update release and BC version in parent pom by aherbert · 2 years, 8 months ago
  49. 42530fc Update README to refer to 1.4 release by aherbert · 2 years, 8 months ago
  50. 883f28d Update pom to next development version (1.4 to 1.5) by aherbert · 2 years, 8 months ago
  51. 9ba0f3d Retrieve 1.4 release details from the release branch by aherbert · 2 years, 8 months ago
  52. bba61b9 Update javadoc. by aherbert · 2 years, 8 months ago
  53. 9a1a05a Place @since tags after @see tags following Oracle's order convension by aherbert · 2 years, 8 months ago
  54. 7ea6e49 Add @since tags to new RandomSource.create methods by aherbert · 2 years, 8 months ago
  55. 080304a Do not perform minimal site checkout in pre-site phase by Alex Herbert · 2 years, 8 months ago
  56. e2c9cd2 Exclude site-content.README from rat check by Alex Herbert · 2 years, 8 months ago
  57. 5b4c806 Fix changes typo by Alex Herbert · 2 years, 8 months ago
  58. 6ba8e93 Update user guide dependencies to require Java 1.8 by Alex Herbert · 2 years, 8 months ago
  59. 5f64030 Format ziggurat tables by aherbert · 2 years, 8 months ago
  60. 7dd137d Add ziggurat versions with multiple max epsilon values by aherbert · 2 years, 8 months ago
  61. ed81539 Update grammar for conscious language checker by Alex Herbert · 2 years, 8 months ago
  62. cc82556 Update grammar for conscious language checker by Alex Herbert · 2 years, 8 months ago
  63. ade638a Update grammar for conscious language checker by Alex Herbert · 2 years, 8 months ago
  64. a150ce3 Add more platform results for exp(z) by Alex Herbert · 2 years, 8 months ago
  65. 45422ec Fix trailing spaces by Alex Herbert · 2 years, 8 months ago
  66. 74bcee7 Add performance test for exp(x) with x in [-8, 0] by Alex Herbert · 2 years, 8 months ago
  67. 8c98e65 Disable tests in JMH module. by Alex Herbert · 2 years, 8 months ago
  68. f97188b Add performance test for extracting the sign bit by Alex Herbert · 2 years, 8 months ago
  69. 20c93a3 Remove branch frequencies from performance variations by Alex Herbert · 2 years, 8 months ago
  70. c53aa0c Parameterise the ziggurat sampler test by Alex Herbert · 2 years, 8 months ago
  71. 10614f7 Update ziggurat performance benchmark to match main code by Alex Herbert · 2 years, 8 months ago
  72. 7daa079 Comment typo by Alex Herbert · 2 years, 8 months ago
  73. da1e812 Change another mask operation to a bit shift. by aherbert · 2 years, 8 months ago
  74. d8fdc7d Update ziggurat sampler using result of the performance tests by aherbert · 2 years, 8 months ago
  75. 958245a Disable interpolation test method by aherbert · 2 years, 8 months ago
  76. 0a664f6 Update ziggurat test to target regions of the ziggurat. by aherbert · 2 years, 8 months ago
  77. c3d7e60 PMD: Allow long class for ZigguratSampler by Alex Herbert · 2 years, 8 months ago
  78. e9a67d3 Update ziggurat performance benchmark with more methods by Alex Herbert · 2 years, 8 months ago
  79. 2286528 Update observed frequencies with expected where appropriate. by aherbert · 2 years, 8 months ago
  80. f420ea0 Add description of sampling method to the ziggurat sampler. by aherbert · 2 years, 8 months ago
  81. b6d5f50 Ensure same samplers are tested in single and sequential by Alex Herbert · 2 years, 8 months ago
  82. e938260 Benchmark using a long to get an index, compare it, and return the index by aherbert · 2 years, 8 months ago
  83. a39ce5d Add ziggurat exponential sampler with no recursion to the benchmark by aherbert · 2 years, 8 months ago
  84. 0aacbbd Update ZigguaratSampler branch frequencies by aherbert · 2 years, 8 months ago
  85. 3d9f5db Update ZigguaratSampler point of inflection for the Gaussian. by aherbert · 2 years, 8 months ago
  86. f092264 Update ZigguaratSampler concave epsilon for the exponential. by aherbert · 2 years, 8 months ago
  87. 99002cd RNG-163: Track changes by aherbert · 2 years, 8 months ago
  88. 44b7617 Update release howto by Alex Herbert · 2 years, 9 months ago
  89. 6f327e6 Remove examples from the release profile. by Alex Herbert · 2 years, 9 months ago
  90. 35dc716 Remove legacy assembly directory. by Alex Herbert · 2 years, 9 months ago
  91. 9e0c876 Rename LICENCE and NOTICE files by Alex Herbert · 2 years, 9 months ago
  92. 55280b9 Remove examples from the binary distribution by Alex Herbert · 2 years, 9 months ago
  93. 5e853d4 Remove redundant fileSet by Alex Herbert · 2 years, 9 months ago
  94. acae0c7 Update plugin order in pom by Alex Herbert · 2 years, 9 months ago
  95. e7b36b4 Clarify purpose of module in the description by Alex Herbert · 2 years, 9 months ago
  96. c0493af Remove docs archive from the binary distribution. by Alex Herbert · 2 years, 9 months ago
  97. 154f649 Create aggregate javadoc report in docs module by Alex Herbert · 2 years, 9 months ago
  98. a6a42cf Remove checksum from installed artifacts by Alex Herbert · 2 years, 9 months ago
  99. e6cc01b Remove unused wildcard by Alex Herbert · 2 years, 9 months ago
  100. 5ae7f3e Exclude site-content generated file from archive by Alex Herbert · 2 years, 9 months ago