Skip to content

Releases: JuliaRandom/Random123.jl

v1.7.0

20 Feb 21:31
35cdee3
Compare
Choose a tag to compare

Random123 v1.7.0

Diff since v1.6.2

Merged pull requests:

Closed issues:

  • Noisy warning during precompilation: AES-NI is not enabled, so AESNI and ARS are not available. (#18)
  • Freezing precompilation (#19)
  • ARM64 support (#20)

v1.6.2

21 Dec 02:28
fd27d5b
Compare
Choose a tag to compare

Random123 v1.6.2

Diff since v1.6.1

v1.6.1

27 Apr 17:48
8341084
Compare
Choose a tag to compare

Random123 v1.6.1

Diff since v1.6.0

Closed issues:

  • Type piracy in convert and constructors for basic Julia types (#16)

Merged pull requests:

  • Avoid type piracy related to __m128i. (Fix #16) (#17) (@sunoru)

v1.6.0

28 Jul 22:27
195d1ee
Compare
Choose a tag to compare

Random123 v1.6.0

Diff since v1.5.0

Closed issues:

  • Issue with libdl dependency? (#14)

Merged pull requests:

  • Add functional variant of threefry (#15) (@jw3126)

v1.5.0

03 Mar 21:03
73adf98
Compare
Choose a tag to compare

Random123 v1.5.0

Diff since v1.4.3

Merged pull requests:

v1.4.3

02 Mar 21:32
2e2a944
Compare
Choose a tag to compare

Random123 v1.4.3

Diff since v1.3.0

deps/build.jl has been removed and the package now checks if the platform supports AES-NI every time it is loaded.

Closed issues:

  • Using Julia binary artifacts system for Random123? (#3)
  • Build failure on ARM aarch64 with Julia v1.6.0-beta1 (#4)
  • Philox generators don't increment second counter (#5)
  • Move to the JuliaRandom org? (#6)
  • ARM support (#7)
  • Build crashes due to missing AEC intrinsic (#8)

Merged pull requests:

  • Hotfix for incorrect counter increment for R123Generator4x generators (#9) (@oschulz)
  • Remove Manifest.toml & Update Project.toml to the new style (#10) (@prbzrg)
  • Remove deps folder and check AES-NI in __init__(). (#11) (@sunoru)

v1.2.0

18 Feb 22:06
234208c
Compare
Choose a tag to compare
Release `v1.2.0`.

v1.1.0

11 Feb 06:03
ec1624b
Compare
Choose a tag to compare

Random123 is separated from RandomNumbers.jl.