How to Install and Uninstall dSFMT-devel Package on openSuSE Tumbleweed

Last updated: June 26,2024

1. Install "dSFMT-devel" package

Please follow the guidance below to install dSFMT-devel on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install dSFMT-devel

2. Uninstall "dSFMT-devel" package

Please follow the step by step instructions below to uninstall dSFMT-devel on openSuSE Tumbleweed:

$ sudo zypper remove dSFMT-devel

3. Information about the dSFMT-devel package on openSuSE Tumbleweed

Information for package dSFMT-devel:
------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : dSFMT-devel
Version : 2.2.5-2.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 31.8 KiB
Installed : No
Status : not installed
Source package : dSFMT-2.2.5-2.1.src
Upstream URL : http://www.math.sci.hiroshima-u.ac.jp/m-mat/MT/SFMT/
Summary : Double precision SIMD-oriented Fast Mersenne Twister
Description :
Double precision SIMD-oriented Fast Mersenne Twister (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 pseudorandom 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.
This package provides libraries and header files for developing applications
that use dSFMT.