How To Install dSFMT on Fedora 36
Introduction
In this tutorial we learn how to install dSFMT
on Fedora 36.
What is dSFMT
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.
We can use yum
or dnf
to install dSFMT
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install dSFMT.
Install dSFMT on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install dSFMT
using dnf
by running the following command:
sudo dnf -y install dSFMT
Install dSFMT on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install dSFMT
using yum
by running the following command:
sudo yum -y install dSFMT
How To Uninstall dSFMT on Fedora 36
To uninstall only the dSFMT
package we can use the following command:
sudo dnf remove dSFMT
dSFMT Package Contents on Fedora 36
title: “How To Install dSFMT on Fedora 36”
linkTitle: "dSFMT"
type: "docs"
description: "In this tutorial we learn how to install dSFMT in Fedora 36. dSFMT is Double precision SIMD-oriented Fast Mersenne Twister"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/dSFMT-featured.png
---
## Introduction
In this tutorial we learn how to install `dSFMT` on Fedora 36.
### What is `dSFMT`
> 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.
We can use `yum` or `dnf` to install `dSFMT` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install dSFMT.
## Install dSFMT on Fedora 36 Using dnf
Update yum database with `dnf` using the following command.
```bash
sudo dnf makecache --refresh
After updating yum database, We can install dSFMT
using dnf
by running the following command:
sudo dnf -y install dSFMT
Install dSFMT on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install dSFMT
using yum
by running the following command:
sudo yum -y install dSFMT
How To Uninstall dSFMT on Fedora 36
To uninstall only the dSFMT
package we can use the following command:
sudo dnf remove dSFMT
dSFMT Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/f5
/usr/lib/.build-id/f5/66b9e387578fc424b9f71ab1e435b0085bf8a3
/usr/lib64/libdSFMT.so.2
/usr/lib64/libdSFMT.so.2.2
/usr/lib64/libdSFMT.so.2.2.3
/usr/share/doc/dSFMT
/usr/share/doc/dSFMT/CHANGE-LOG.txt
/usr/share/doc/dSFMT/LICENSE.txt
/usr/share/doc/dSFMT/README.jp.txt
/usr/share/doc/dSFMT/README.txt
References
Summary
In this tutorial we learn how to install dSFMT
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/lib/.build-id /usr/lib/.build-id/de /usr/lib/.build-id/de/fff72a2f7bd0f76ad7c5153702b5cfba224361 /usr/lib/libdSFMT.so.2 /usr/lib/libdSFMT.so.2.2 /usr/lib/libdSFMT.so.2.2.3 /usr/share/doc/dSFMT /usr/share/doc/dSFMT/CHANGE-LOG.txt /usr/share/doc/dSFMT/LICENSE.txt /usr/share/doc/dSFMT/README.jp.txt /usr/share/doc/dSFMT/README.txt
## References
* [dSFMT website](http://www.math.sci.hiroshima-u.ac.jp/~%20m-mat/MT/SFMT/index.html)
## Summary
In this tutorial we learn how to install `dSFMT` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).