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

Last updated: May 28,2024

1. Install "ghc-mersenne-random-pure64" package

Please follow the guidelines below to install ghc-mersenne-random-pure64 on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install ghc-mersenne-random-pure64

2. Uninstall "ghc-mersenne-random-pure64" package

Please follow the guidelines below to uninstall ghc-mersenne-random-pure64 on openSuSE Tumbleweed:

$ sudo zypper remove ghc-mersenne-random-pure64

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

Information for package ghc-mersenne-random-pure64:
---------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ghc-mersenne-random-pure64
Version : 0.2.2.0-2.14
Arch : x86_64
Vendor : openSUSE
Installed Size : 70,0 KiB
Installed : No
Status : not installed
Source package : ghc-mersenne-random-pure64-0.2.2.0-2.14.src
Summary : Generate high quality pseudorandom numbers purely using a Mersenne Twister
Description :
The Mersenne twister is a pseudorandom number generator developed by Makoto
Matsumoto and Takuji Nishimura that is based on a matrix linear recurrence over
a finite binary field. It provides for fast generation of very high quality
pseudorandom numbers. The source for the C code can be found here:

This library provides a purely functional binding to the 64 bit classic
mersenne twister, along with instances of RandomGen, so the generator can be
used with System.Random. The generator should typically be a few times faster
than the default StdGen (but a tad slower than the impure 'mersenne-random'
library based on SIMD instructions and destructive state updates.

5. The same packages on other Linux Distributions