Skip to content

Releases: JuliaRandom/RandomNumbers.jl

v1.5.3

Choose a tag to compare

@github-actions github-actions released this 05 Aug 01:07
20992ca

RandomNumbers v1.5.3

Diff since v1.5.2

Closed issues:

  • Ambiguity error with complex numbers (#84)

v1.5.2

Choose a tag to compare

@github-actions github-actions released this 01 Aug 13:18
b54fbcb

RandomNumbers v1.5.2

Diff since v1.5.1

Merged pull requests:

  • Fix seed! for Xoshiro256 again (#83) (@mtsch)

v1.5.1

Choose a tag to compare

@github-actions github-actions released this 01 Aug 07:47
7bf44b5

RandomNumbers v1.5.1

Diff since v1.5.0

Merged pull requests:

v1.5.0

Choose a tag to compare

@github-actions github-actions released this 27 Jul 21:28
8a3d9dd

RandomNumbers v1.5.0

Diff since v1.4.0

Closed issues:

  • Very cheap PRNG (#69)
  • Proposal: randfloat() for sampling from all floats in [0,1)? (#72)

Merged pull requests:

v1.4.0

Choose a tag to compare

@julia-tagbot julia-tagbot released this 04 Jan 04:25
v1.4.0
818a4d1

v1.4.0 (2020-01-04)

Diff since v1.3.0

Closed issues:

  • New release (#60)

Merged pull requests:

v1.3.0

Choose a tag to compare

@julia-tagbot julia-tagbot released this 15 May 17:27
v1.3.0
087acf3

v1.2.0

Choose a tag to compare

@sunoru sunoru released this 15 Feb 00:44
af5a1c9
Add dependency for Requires.jl in `REQUIRE`.

v1.1.0

Choose a tag to compare

@sunoru sunoru released this 14 Feb 20:24
a879142
  1. Add Xoshiro256StarStar etc.
  2. Move Random123 to a separate package. https://github.com/sunoru/Random123.jl

v1.0.3

Choose a tag to compare

@sunoru sunoru released this 14 Nov 00:22
6637a73

Docs updated. Release for updating the online stable documentation.

v1.0.2

Choose a tag to compare

@sunoru sunoru released this 30 Sep 20:37
Raise an error when `seed!` Xorshifts RNGs with 0. Fix #48.