Accepting request 882805 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/882805 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/trng?expand=0&rev=3
This commit is contained in:
commit
0671f20dd2
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2d9dbb275547026dd026052cfce105ff2f50b4286219e7124ecabb368488f89e
|
||||
size 1429633
|
3
trng-4.24.tar.gz
Normal file
3
trng-4.24.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:92dd7ab4de95666f453b4fef04827fa8599d93a3e533cdc604782c15edd0c13c
|
||||
size 1459275
|
17
trng.changes
17
trng.changes
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 1 00:13:59 UTC 2021 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
- Update to version 4.24:
|
||||
* The two new random number engines, called xoshiro256plus
|
||||
and lcg64_count_shift, have been implemented.
|
||||
* New unit tests have been intoduced to extend test coverage.
|
||||
* Special-functions unit tests use reference values with
|
||||
improved numerical accuracy now.
|
||||
* The numerical accuracy of various special functions has been
|
||||
improved to reach machine precision also in 128-bit floating
|
||||
point number arithmetic, e. g., the inverse cumulative
|
||||
probability distribution of the normal distribution,
|
||||
incomplete gamma functions and the Beta function.
|
||||
* An uninitialized memory read access has been fixed.
|
||||
* Documentation updates.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 13 14:21:34 UTC 2021 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
|
@ -16,9 +16,9 @@
|
||||
#
|
||||
|
||||
|
||||
%global shlib libtrng4-22
|
||||
%global shlib libtrng4-24
|
||||
Name: trng
|
||||
Version: 4.23.1
|
||||
Version: 4.24
|
||||
Release: 0
|
||||
Summary: A Random Number Generator Library
|
||||
License: BSD-3-Clause
|
||||
@ -84,7 +84,7 @@ export LD_LIBRARY_PATH="%{buildroot}%{_libdir}"
|
||||
|
||||
%files devel
|
||||
%license COPYING
|
||||
%doc AUTHORS NEWS README doc/trng.pdf examples/
|
||||
%doc AUTHORS NEWS README.md doc/trng.pdf examples/
|
||||
%{_libdir}/libtrng4.so
|
||||
%{_includedir}/trng/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user