How to Install and Uninstall ghc-mwc-random Package on openSuSE Tumbleweed

Last updated: June 28,2024

1. Install "ghc-mwc-random" package

Please follow the step by step instructions below to install ghc-mwc-random on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install ghc-mwc-random

2. Uninstall "ghc-mwc-random" package

Here is a brief guide to show you how to uninstall ghc-mwc-random on openSuSE Tumbleweed:

$ sudo zypper remove ghc-mwc-random

3. Information about the ghc-mwc-random package on openSuSE Tumbleweed

Information for package ghc-mwc-random:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ghc-mwc-random
Version : 0.15.0.2-3.18
Arch : x86_64
Vendor : openSUSE
Installed Size : 683.2 KiB
Installed : No
Status : not installed
Source package : ghc-mwc-random-0.15.0.2-3.18.src
Upstream URL : https://hackage.haskell.org/package/mwc-random
Summary : Fast, high quality pseudo random number generation
Description :
This package contains code for generating high quality random numbers that
follow either a uniform or normal distribution. The generated numbers are
suitable for use in statistical applications.
The uniform PRNG uses Marsaglia's MWC256 (also known as MWC8222)
multiply-with-carry generator, which has a period of 2^8222 and fares well in
tests of randomness. It is also extremely fast, between 2 and 3 times faster
than the Mersenne Twister.
Compared to the mersenne-random package, this package has a more convenient
API, is faster, and supports more statistical distributions.

5. The same packages on other Linux Distributions