How to Install and Uninstall dSFMT-devel Package on openSUSE Leap

Last updated: July 05,2024

1. Install "dSFMT-devel" package

Learn how to install dSFMT-devel on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install dSFMT-devel

2. Uninstall "dSFMT-devel" package

Please follow the guidelines below to uninstall dSFMT-devel on openSUSE Leap:

$ sudo zypper remove dSFMT-devel

3. Information about the dSFMT-devel package on openSUSE Leap

Information for package dSFMT-devel:
------------------------------------
Repository : Main Repository
Name : dSFMT-devel
Version : 2.2.5-bp155.2.11
Arch : x86_64
Vendor : openSUSE
Installed Size : 31.8 KiB
Installed : No
Status : not installed
Source package : dSFMT-2.2.5-bp155.2.11.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.