1. a5d6134 RNG-156: Track changes by Alex Herbert · 2 years, 11 months ago
  2. b930e7b RNG-156: Add DirichletSampler by Alex Herbert · 2 years, 11 months ago
  3. e21c78d Pass RNG as first argument to UnitSphereSampler factory constructor by Alex Herbert · 2 years, 11 months ago
  4. f3c84f7 RNG-157: Deprecate UnitSphereSampler constructor by Alex Herbert · 2 years, 11 months ago
  5. 811866d Add shape and composite samplers to the documentation by Alex Herbert · 2 years, 11 months ago
  6. 621b53d Pass RNG as first argument to shape sampler constructors by Alex Herbert · 2 years, 11 months ago
  7. e85d837 Remove final by Alex Herbert · 2 years, 11 months ago
  8. 5b334d7 Remove redundant Sampler interface from RandomAssert by Alex Herbert · 2 years, 11 months ago
  9. 3f5af27 RNG-137: Track changes by Alex Herbert · 2 years, 11 months ago
  10. 1496581 RNG-137: Add StableSampler by Alex Herbert · 3 years, 1 month ago
  11. 79187bb Avoid unchecked conversion warning by aherbert · 3 years ago
  12. 066e43e Track changes by aherbert · 3 years ago
  13. 211f351 RNG-138: CompositeSamplers to sample from a weighted combination of samplers by Alex Herbert · 3 years, 1 month ago
  14. 11b8d25 Update DiscreteUniformSampler to match UniformLongSampler by Alex Herbert · 3 years ago
  15. f073f97 Track changes by Alex Herbert · 3 years ago
  16. fffcf4c RNG-140: Add LongSampler interface and UniformLongSampler by Alex Herbert · 3 years ago
  17. 897bbc9 Move spotbugs plugin to JDK 1.8 profile by Alex Herbert · 3 years ago
  18. 6405524 Move clirr:check to a profile activated in the main modules by aherbert · 3 years ago
  19. 9b226c1 Move local final variables to constants by aherbert · 3 years ago
  20. e8dd700 spotbugs exclusions by aherbert · 3 years ago
  21. 306f496 spotbugs: Use UTF-8 encoding by aherbert · 3 years ago
  22. d571cb5 PMD: compare objects with equals by aherbert · 3 years ago
  23. 503235e PMD: Exclude fields used by picocli by aherbert · 3 years ago
  24. d03a208 Use final local variable by aherbert · 3 years ago
  25. f91fc3c Use try with resources by aherbert · 3 years ago
  26. 7f608a7 Use correct modifiers for package-private class by aherbert · 3 years ago
  27. e9e3975 PMD: Use final local variable by aherbert · 3 years ago
  28. 5241b4a PMD: Suppress naming convention error for Hex class by aherbert · 3 years ago
  29. 5a27e9e Use short array initializer by aherbert · 3 years ago
  30. c2c95f0 PMD: Suppress select errors for sampling examples module by aherbert · 3 years ago
  31. 69bc6e2 PMD: Suppress println errors for the example modules programs by aherbert · 3 years ago
  32. 1ceb931 PMD fixes by aherbert · 3 years ago
  33. 2ed2dc4 PMD: Suppress println errors for the DiceGameApplication by aherbert · 3 years ago
  34. 2d913eb PMD: Make field final by aherbert · 3 years ago
  35. dcb10b9 Bind checkstyle to verify phase so the ApplicationException is compiled by aherbert · 3 years ago
  36. 2f7106b Suppress pmd for the examples modules by aherbert · 3 years ago
  37. d306fab Exclude false positives from spotbugs by aherbert · 3 years ago
  38. eb880e9 spotbugs: use consistent synchronization by aherbert · 3 years ago
  39. 55ba471 Avoid duplicate unboxing by aherbert · 3 years ago
  40. 3da4a01 Return the created file output stream by aherbert · 3 years ago
  41. 7a7b930 Bind spotbugs, pmd and clirr to the verify phase. by aherbert · 3 years ago
  42. d5ea18a RNG-155: Update ZigguratNormalizedGaussianSampler to a table size of 256 by Alex Herbert · 3 years ago
  43. df423bf RNG-152: Update samplers to use ZigguratSampler.NormalizedGaussian by aherbert · 3 years ago
  44. ef4cee1 Added a test for sequential calls to the ziggurat sampler by Alex Herbert · 3 years ago
  45. dd0df61 Update to avoid infinite samples from the tail by Alex Herbert · 3 years ago
  46. f14035b Suppress logic inversion check for finite numbers by Alex Herbert · 3 years ago
  47. 6edeb10 RNG-146: Prevent infinite standard deviation by aherbert · 3 years ago
  48. a2e5e79 RNG-148: Revert detection of infinite length vectors by aherbert · 3 years ago
  49. 4d211d2 Added missing branch frequencies. by aherbert · 3 years ago
  50. 482e4b5 RNG-154: Avoid infinity in the tails of a normalised Gaussian sampler by aherbert · 3 years ago
  51. ce151a2 Move method to make a double in (0, 1] to the sampling utils class. by aherbert · 3 years ago
  52. 3cb2c9b RNG-153: Update the sampling algorithm in the UnitBallSampler by aherbert · 3 years ago
  53. 49a5591 RNG-149: Remove ZigguratExponentialSampler by aherbert · 3 years ago
  54. 3c1df6e RNG-150: Updated to use the ZigguratSampler.Exponential by aherbert · 3 years ago
  55. fa680f2 RNG-151: Track changes by aherbert · 3 years ago
  56. 6525ccf RNG-151: Modified ziggurat samplers for exponential and Gaussian by aherbert · 3 years ago
  57. 8dad19e Remove trailing whitespace by Alex Herbert · 3 years ago
  58. 678bfb4 Testing more methods for a signed double of -1 or 1 by Alex Herbert · 3 years ago
  59. 085ee67 Faster method for a signed double in [-1, 1) by Alex Herbert · 3 years ago
  60. a968c2a Do not compute x = hz * W[iz] unless required. by Alex Herbert · 3 years ago
  61. 0fb2eec RNG-150: Updated to use the ZigguratExponentialSampler by aherbert · 3 years ago
  62. a1a95bf Update to match ZigguratExponentialSampler by aherbert · 3 years ago
  63. 7c5b0e3 Track changes by aherbert · 3 years ago
  64. 34117b8 RNG-149: Add ZigguratExponentialSampler by aherbert · 3 years ago
  65. f4023d5 RNG-148: Detect and discard infinite length vectors by Alex Herbert · 3 years ago
  66. 04cd8b6 Sonar fix: rename 'test' method to 'contains' by Alex Herbert · 3 years ago
  67. 8e7efc2 Sonar fix: use assertEquals by Alex Herbert · 3 years ago
  68. 2b742db Use new ZigguratNormalizedGaussianSampler(rng) by Alex Herbert · 3 years ago
  69. 5c87814 Do not call deprecated nextVector method by Alex Herbert · 3 years ago
  70. c942b9e Add explicit location and scale to Levy performance test by aherbert · 3 years ago
  71. d597294 Fixed checkstyle indentation by aherbert · 3 years ago
  72. 5f4346c RNG-147: Levy distribution sampler by aherbert · 3 years ago
  73. a25e29d Track changes by Alex Herbert · 3 years ago
  74. 898a874 RNG-145: ContinuousUniformSampler to detect invalid open intervals. by Alex Herbert · 3 years ago
  75. 2cfea0b RNG-145: Correct ContinuousUniformSampler support of an open bound by Alex Herbert · 3 years ago
  76. 31def23 Shift the bits for the descending sequence. by aherbert · 3 years ago
  77. 81b07fa RNG-145: ContinuousUniformSampler to support an open bound by aherbert · 3 years ago
  78. 33bb9eb Remove public keyword from package-private utility class static methods by aherbert · 3 years ago
  79. 37fdd53 Fix comment typo by aherbert · 3 years ago
  80. c7779b1 Add edge case where the generator outputs all bits set. by aherbert · 3 years ago
  81. 585e205 RNG-144: AhrensDieterExponentialSampler to avoid an infinite loop by aherbert · 3 years ago
  82. 699f75c RNG-143: Track changes by aherbert · 3 years ago
  83. 3daa231 RNG-143: Add a RandomSource.create() instance method by aherbert · 3 years, 1 month ago
  84. 1cba5d6 Add ".asf.yaml". by Gilles Sadowski · 3 years, 1 month ago
  85. 3cfd7a9 RNG-139: Fix changes.xml by Alex Herbert · 3 years, 1 month ago
  86. 62cf312 Fix changes issue number by Alex Herbert · 3 years, 1 month ago
  87. 826b3f6 RNG-136: Add ObjectSampler and SharedStateObjectSampler interfaces by Alex Herbert · 3 years, 1 month ago
  88. d365385 Organise imports by Alex Herbert · 3 years, 1 month ago
  89. b8f4d82 RNG-135: TetrahedronSampler to sample uniformly from a tetrahedron by Alex Herbert · 3 years, 2 months ago
  90. 838295a Javadoc: Use the same description for all shape samplers. by Alex Herbert · 3 years, 2 months ago
  91. 3cd44fb PMD rules: Replace deprecated @Image with @SimpleName by Alex Herbert · 3 years, 2 months ago
  92. fb24471 Move shape sampler JMH benchmarks to a shape package by Alex Herbert · 3 years, 2 months ago
  93. 42afd67 Update assertion message to remove formatted double value. by Alex Herbert · 3 years, 2 months ago
  94. d344c5f RNG-134: BoxSampler to sample uniformly from a box (or hyperrectangle) by Alex Herbert · 3 years, 2 months ago
  95. b276099 RNG-133: LineSampler to sample uniformly on a line segment by Alex Herbert · 3 years, 2 months ago
  96. 6e346fe RNG-131: TriangleSampler to sample uniformly from a triangle. by Alex Herbert · 3 years, 2 months ago
  97. 59b1453 Remove trailing whitespace by Alex Herbert · 3 years, 2 months ago
  98. 2067ba2 Add @since tag by Alex Herbert · 3 years, 2 months ago
  99. 5a21a8e Correct javadoc paragraph tags. by Alex Herbert · 3 years, 2 months ago
  100. c34749e RNG-132: Create o.a.c.rng.sampling.shape package by Alex Herbert · 3 years, 2 months ago