Versioned Random module from the OCaml standard library
Description
The stdlib-random package provides a stable and compiler-independent
implementation of all the PRNGs used in the Random module. Those PRNGs
are available in the various libraries:
- stdlib-random.v3: OCaml 3.07 to 3.11 PRNG
- stdlib-random.v4: OCaml 3.12 to 4.14 PRNG
- stdlib-random.v5: current OCaml 5.0 PRNG
- stdlib-random.v5o: pure OCaml version of the OCaml 5 PRNG
All those libraries can be used together and the signature of their
Random$n module has been extended to the latest signature whenever
possible.
* Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> 1.2.0-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Wed Jul 17 2024 Jerry James <loganjerry@gmail.com> 1.2.0-4
- Add VCS field
* Wed Jun 19 2024 Richard W.M. Jones <rjones@redhat.com> 1.2.0-3
- OCaml 5.2.0 ppc64le fix
* Wed May 29 2024 Richard W.M. Jones <rjones@redhat.com> 1.2.0-2
- OCaml 5.2.0 for Fedora 41
* Sat Mar 30 2024 Jerry James <loganjerry@gmail.com> 1.2.0-1
- Version 1.2.0
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> 1.1.0-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> 1.1.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Mon Dec 18 2023 Richard W.M. Jones <rjones@redhat.com> 1.1.0-3
- OCaml 5.1.1 + s390x code gen fix for Fedora 40
* Tue Dec 12 2023 Richard W.M. Jones <rjones@redhat.com> 1.1.0-2
- OCaml 5.1.1 rebuild for Fedora 40
* Wed Nov 22 2023 Jerry James <loganjerry@gmail.com> 1.1.0-1
- Initial RPM (rhbz#2242905)