1. 5461d28 Badge. by Gilles Sadowski · 4 years, 7 months ago
  2. 4d951b4 Exclude patch files from rat check. by aherbert · 4 years, 7 months ago
  3. 4679139 Updated PractRand patch files to fix linux compilation. by aherbert · 4 years, 7 months ago
  4. ede9cf4 Update stress test documentation. by aherbert · 4 years, 7 months ago
  5. 3c6751a Update endianness documentation. by aherbert · 4 years, 7 months ago
  6. 0610ecd Update stdin2testu01 raw modes to have a maximum output argument. by aherbert · 4 years, 7 months ago
  7. 9307eac Updated stress test documentation for PractRand. by aherbert · 4 years, 7 months ago
  8. 2170c04 Updated stress command to allow application threads argument. by aherbert · 4 years, 7 months ago
  9. 7fa3ded Added patch for PractRand v0.93 to flush stdout after each incremental result. by aherbert · 4 years, 7 months ago
  10. d0033bb Add test for round trip of seeds from bytes to chars. by aherbert · 4 years, 7 months ago
  11. b63f5f0 Add hex seed option to stress command. by aherbert · 4 years, 7 months ago
  12. a7ec057 Moved test for a different RNG output to RandomAssert. by aherbert · 4 years, 7 months ago
  13. 524163e Removed unreachable code from seeding routine. by aherbert · 4 years, 7 months ago
  14. 7f2d39b Substitute custom rotl function for Long.rotateLeft. by aherbert · 4 years, 7 months ago
  15. b571fa9 Results command to summarise PractRand failure length if all failed. by Alex Herbert · 4 years, 7 months ago
  16. ab271d6 Updated stress test progress reporting to show end of test. by aherbert · 4 years, 7 months ago
  17. d9b6fc1 Do not report results if ignorePartialResults is true. by aherbert · 4 years, 7 months ago
  18. ccc74d9 Read PractRand results. by Alex Herbert · 4 years, 7 months ago
  19. f196285 Use binary search upper bound for the time estimate. by aherbert · 4 years, 7 months ago
  20. 6debeeb Updated userguide. by Alex Herbert · 4 years, 7 months ago
  21. 9e54c48 APT results format to highlight RNGs with no systematic failures. by Alex Herbert · 4 years, 7 months ago
  22. 60d98f8 Fix formatting width typo in list command. by Alex Herbert · 4 years, 7 months ago
  23. 7177cdc Better time estimate for stress test tasks. by Alex Herbert · 4 years, 7 months ago
  24. d0d237d Estimate time remaining when submitting tasks. by aherbert · 4 years, 7 months ago
  25. 418977c Change stress test application process timeout to 60s from 1s. by aherbert · 4 years, 7 months ago
  26. 4d7df0a Find the exit code in the results footer to mark test completion. by aherbert · 4 years, 7 months ago
  27. 50dc28c Update stdin2testuO1 to have a true 64 bit reader of stdin. by Alex Herbert · 4 years, 7 months ago
  28. 1e35cf1 Detect endianness for raw64 debugging output. by aherbert · 4 years, 7 months ago
  29. 6eeae29 Updated BigCrush test results. by aherbert · 4 years, 7 months ago
  30. 22a9909 Fix error in results command APT output format. by aherbert · 4 years, 7 months ago
  31. f116ccd Create test tasks before submitting to allow validation of created RNGs. by aherbert · 4 years, 7 months ago
  32. ec647ec Added example of how to test using lower bits of a long provider. by aherbert · 4 years, 7 months ago
  33. e4a980b Added command to delete partial results files. by aherbert · 4 years, 7 months ago
  34. ed25156 Timestamp the progress logging and store the ETA. by aherbert · 4 years, 7 months ago
  35. 67cd861 Allow ignoring partial results files in the results report. by aherbert · 4 years, 7 months ago
  36. 23f4f7c Added systematic failures report to stress test application. by aherbert · 4 years, 7 months ago
  37. 55c7c83 Progress tracker to estimate time remaining. by aherbert · 4 years, 7 months ago
  38. e637b4f Created Hex class for encoding/decoding hex bytes. by Alex Herbert · 4 years, 7 months ago
  39. bf2c327 Updated stress test application for 64-bit test applications. by aherbert · 4 years, 7 months ago
  40. ecb1ee7 Option to output 32 or 64-bit from stdin by aherbert · 4 years, 7 months ago
  41. 1742827 Option to list only int/long providers by aherbert · 4 years, 7 months ago
  42. 9eb8144 Fix typo in output filename. by aherbert · 4 years, 7 months ago
  43. 1f15c62 Increased buffer size to match the buffer size in the java application. by aherbert · 4 years, 7 months ago
  44. 01ef66d Removed endianness detection and byte reversal. by aherbert · 4 years, 7 months ago
  45. 23983b9 Refactor the duplicate code in the XorShiRo generators to the parent. by Alex Herbert · 4 years, 7 months ago
  46. 4a68a7c ChengBetaSampler: Update from reference paper. by aherbert · 4 years, 7 months ago
  47. 43047b4 RNG-122: Use XoRoShiRo1024PlusPlus as the default source of randomness. by aherbert · 4 years, 7 months ago
  48. 7d0a4aa RNG-121: ChengBetaSampler algorithms delegated to specialised classes. by Alex Herbert · 4 years, 7 months ago
  49. eb79e2b LargeMeanPoissonSampler: Added comments of the algorithm steps. by Alex Herbert · 4 years, 7 months ago
  50. 0fb91cf MersenneTwister: Refactor state filling procedure into sub-methods. by Alex Herbert · 4 years, 7 months ago
  51. ddecbc5 javadoc: Correct description of beta sampler and algorithmBC. by Alex Herbert · 4 years, 7 months ago
  52. b557dd0 Add options to test the upper or lower 32-bits from nextLong(). by Alex Herbert · 4 years, 7 months ago
  53. d7133fe RNG-120: Track changes. by aherbert · 4 years, 7 months ago
  54. f8edf66 RNG-120: Fix security issues in serialization code for Random instances. by Alex Herbert · 4 years, 7 months ago
  55. 6678166 Refactored the JMH examples to packages for each component. by aherbert · 4 years, 7 months ago
  56. 440d4c4 Added example of how to run a specific sampler benchmark. by aherbert · 4 years, 7 months ago
  57. 4b65a40 Updated user guide performance tables. by aherbert · 4 years, 7 months ago
  58. b47c7c3 RNG-76: Track changes. by aherbert · 4 years, 7 months ago
  59. 5ed9a19 RNG-76: Added primitive long constructor to SplitMix64 by Alex Herbert · 5 years ago
  60. 9c06264 Added new XorShiRo generators stress test results. by aherbert · 4 years, 7 months ago
  61. c22f99a RNG-118: Track changes. by aherbert · 4 years, 7 months ago
  62. 19b7bde RNG-118: RandomSource values for XoRoShiRo PlusPlus generators. by aherbert · 4 years, 8 months ago
  63. 167d502 RNG-118: XoRoShiRo PlusPlus generators. by aherbert · 4 years, 8 months ago
  64. 81a52a7 Fix PMD errors in JMH examples code. by aherbert · 4 years, 8 months ago
  65. edc6e35 Fix PMD errors in quadrature examples code. by aherbert · 4 years, 8 months ago
  66. 2becf42 Fix PMD errors in sampling examples code. by aherbert · 4 years, 8 months ago
  67. bf55f94 Fix PMD errors in stress test code. by aherbert · 4 years, 8 months ago
  68. d22daa5 Drop commons-codec dependency and extract the Hex encoding function. by aherbert · 4 years, 8 months ago
  69. 8122f0e javadoc: Replace boiler plate text with {@inheritDoc}. by Alex Herbert · 4 years, 8 months ago
  70. 5fffb3d Report the seed and native byte order to the stress test file. by Alex Herbert · 4 years, 8 months ago
  71. e8d9049 RNG-119: Track changes. by aherbert · 4 years, 8 months ago
  72. 8449aa6 RNG-119: Add LongJumpable support to XoShiRo generators. by aherbert · 4 years, 8 months ago
  73. 4774ada Changed samplers parametric test failure probability. by aherbert · 4 years, 8 months ago
  74. 2d7df11 Removed the null seed argument to RandomSource.create. by aherbert · 4 years, 8 months ago
  75. 46ab1a6 javadoc: Fix @throw to @throws by aherbert · 4 years, 8 months ago
  76. 63f0f63 Reduce RandomSourceInternal method scope where possible. by aherbert · 4 years, 8 months ago
  77. 01b25d4 RandomSource.create(RandomSource) can directly call ProviderBuilder. by aherbert · 4 years, 8 months ago
  78. 98f105d RNG-117: Track changes. by aherbert · 4 years, 8 months ago
  79. 5b40af1 RNG-117: Update POM to allow test re-runs. by aherbert · 4 years, 8 months ago
  80. d04c23f RNG-117: RandomSource to support creating byte[] seed for implementing class. by Alex Herbert · 4 years, 8 months ago
  81. bd4c225 Updated user guide performance table. by aherbert · 4 years, 8 months ago
  82. 53ed4fe Added example of how to benchmark named generators using JMH parameters by aherbert · 4 years, 8 months ago
  83. 1f6b611 RNG-116: RandomSource to expose supported interfaces. by Alex Herbert · 4 years, 8 months ago
  84. 9d0695e Copy updated providers common tests from core module to simple module. by aherbert · 4 years, 8 months ago
  85. 8a9a84d RandomSource javadoc: Removed native seed size from all non-array seeds. by aherbert · 4 years, 8 months ago
  86. a76c4b2 Update Javadoc stating that generated seeds are limited to max 128. by aherbert · 4 years, 8 months ago
  87. 3fdf588 Added missing PCG_MCG_XSH_RR_32 stress test results. by aherbert · 4 years, 8 months ago
  88. 6426aeb Updated the user guide performance section. by aherbert · 4 years, 8 months ago
  89. 4e3cba1 Fixed stress test APT column alignment format. by aherbert · 4 years, 8 months ago
  90. 5d2d828 Fix trailing whitespace. by Alex Herbert · 4 years, 8 months ago
  91. 7f76368 Fix RandomSource javadoc stating the correct seed is created if null. by Alex Herbert · 4 years, 8 months ago
  92. a4ebe08 Override animal-sniffer.version for pre-Java 8 builds. by Alex Herbert · 4 years, 8 months ago
  93. 819e121 Add LongJumpable and Jumpable interfaces to user guide library layout. by aherbert · 4 years, 8 months ago
  94. 63483e7 Added SharedStateSampler to the user guide. by aherbert · 4 years, 8 months ago
  95. f9c5c12 Added ListSampler to the user guide. by aherbert · 4 years, 8 months ago
  96. a106d3d Added JumpableUniformRandomProvider to the user guide. by aherbert · 4 years, 8 months ago
  97. fc12fde Changed user guide sampler examples to use factory constructors by aherbert · 4 years, 8 months ago
  98. e34eb81 Renamed JSF generators to JenkinsSmallFast. by aherbert · 4 years, 8 months ago
  99. 27a2f76 Renamed SFC generators to DotyHumphreySmallFastCounting. by aherbert · 4 years, 8 months ago
  100. c4f0d3c Moved downgrade of felix version to the pre-Java 8 profile. by aherbert · 4 years, 8 months ago