How to Install and Uninstall ghc-mwc-random.x86_64 Package on Fedora 36

Last updated: April 19,2024

1. Install "ghc-mwc-random.x86_64" package

Learn how to install ghc-mwc-random.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install ghc-mwc-random.x86_64

2. Uninstall "ghc-mwc-random.x86_64" package

Please follow the guidance below to uninstall ghc-mwc-random.x86_64 on Fedora 36:

$ sudo dnf remove ghc-mwc-random.x86_64 $ sudo dnf autoremove

3. Information about the ghc-mwc-random.x86_64 package on Fedora 36

Last metadata expiration check: 3:31:36 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : ghc-mwc-random
Version : 0.15.0.1
Release : 2.fc36
Architecture : x86_64
Size : 105 k
Source : ghc-mwc-random-0.15.0.1-2.fc36.src.rpm
Repository : fedora
Summary : Fast, high quality pseudo random number generation
URL : https://hackage.haskell.org/package/mwc-random
License : BSD
Description : A library 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.