Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.34 KB

CHANGELOG.md

File metadata and controls

37 lines (28 loc) · 1.34 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.0.1] - 2021-06-15

Fixed

  • republish new version with correct compiler target for java 8

[1.0.0] - 2021-06-14 Changed groupId and reset version

Changed

  • change groupId to dev.brachtendorf
  • distribute via maven central

[1.0.1] - 2019-01-12

Changed

  • swapped oraclejdk for openjdk to support travis fix
  • The previous version of pcgRandom did not utilize the setSeed method found in Random, due to the fact that the rng is depended on 2 variables. The stream number and the seed. Override the setSeed method to while prominently nothing that this won't produce the same instance exactly the same as using the seed in the constructor.
  • Generalized Junit test cases to extends a base class
  • Upgraded maven source and javadoc plugin to new version

Added

  • Test casese to cover the new setSeed method
  • setSeed and setSeed persistent
  • codacay support

Fixed

  • PCGRsFast now correctly throws a IllegalArgumentException if nextBoolean(probaility) and nextLong(n) is out of bounds
  • various code smells

[1.0.0] - 2018-10-05 Initial release