How to Install and Uninstall ghc-mwc-random.x86_64 Package on Fedora 35
Last updated: November 23,2024
1. Install "ghc-mwc-random.x86_64" package
Please follow the guidance below to install ghc-mwc-random.x86_64 on Fedora 35
$
sudo dnf update
Copied
$
sudo dnf install
ghc-mwc-random.x86_64
Copied
2. Uninstall "ghc-mwc-random.x86_64" package
This guide covers the steps necessary to uninstall ghc-mwc-random.x86_64 on Fedora 35:
$
sudo dnf remove
ghc-mwc-random.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the ghc-mwc-random.x86_64 package on Fedora 35
Last metadata expiration check: 0:39:58 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : ghc-mwc-random
Version : 0.15.0.1
Release : 1.fc35
Architecture : x86_64
Size : 106 k
Source : ghc-mwc-random-0.15.0.1-1.fc35.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.
Available Packages
Name : ghc-mwc-random
Version : 0.15.0.1
Release : 1.fc35
Architecture : x86_64
Size : 106 k
Source : ghc-mwc-random-0.15.0.1-1.fc35.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.