Skip to content

Commit

Permalink
Updates for release 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierleroy committed Nov 22, 2021
1 parent 57ff01d commit f6d5a5d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Release 1.3, 2021-11-22
- Add `uniform` function producing a random float in (0.0, 1.0) (#4)
- Add the LXM generator (the L64X128 variant)
- New test infrastructure based on TestU01
- Add Schaathun's "split sequences" to the tests (#5)

Release 1.2, 2021-09-13
- #3: unbox the argument of the mix30 C stub
- Install .cmti and .mli files for documentation
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ PRNG.cmxa PRNG.cma: PRNG.cmx PRNG.cmo stubs.$(O)
$(OCAMLMKLIB) -o PRNG PRNG.cmo PRNG.cmx stubs.$(O)

test/u01.exe: test/u01.ml PRNG.cmxa
ocamlfind ocamlopt -package testu01 -linkpkg $(OCAMLFLAGS) -I . \
$(OCAMLFIND) ocamlopt -package testu01 -linkpkg $(OCAMLFLAGS) -I . \
-o test/u01.exe \
PRNG.cmxa test/u01.ml

Expand Down

0 comments on commit f6d5a5d

Please sign in to comment.