How to Install and Uninstall dSFMT.i686 Package on Fedora 34

Last updated: October 10,2024

1. Install "dSFMT.i686" package

Please follow the steps below to install dSFMT.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install dSFMT.i686

2. Uninstall "dSFMT.i686" package

Here is a brief guide to show you how to uninstall dSFMT.i686 on Fedora 34:

$ sudo dnf remove dSFMT.i686 $ sudo dnf autoremove

3. Information about the dSFMT.i686 package on Fedora 34

Last metadata expiration check: 3:13:20 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : dSFMT
Version : 2.2.3
Release : 16.fc34
Architecture : i686
Size : 22 k
Source : dSFMT-2.2.3-16.fc34.src.rpm
Repository : fedora
Summary : Double precision SIMD-oriented Fast Mersenne Twister
URL : http://www.math.sci.hiroshima-u.ac.jp/~%20m-mat/MT/SFMT/index.html
License : BSD
Description : The purpose of dSFMT is to speed up the generation by avoiding
: the expensive conversion of integer to double (floating point).
: dSFMT directly generates double precision floating point
: pseudo-random numbers which have the IEEE Standard for Binary
: Floating-Point Arithmetic (ANSI/IEEE Std 754-1985) format.
:
: dSFMT is only available on the CPUs which use IEEE 754 format
: double precision floating point numbers.
:
: dSFMT doesn't support integer outputs.
: dSFMT supports the output of double precision floating point
: pseudo-random numbers which distribute in the range of
: [1, 2), [0, 1), (0, 1] and (0, 1).
: And it also supports the various periods form 2607-1 to 2132049-1.