< Home - < Back

root-unuran


Information about the package, root-unuran, which is shipped with common Linux distributions. The root-unuran package is designed for, Random number generator library.


Package Name:

root-unuran

Summary:

Random number generator library

Description:

Contains universal (also called automatic or black-box) algorithms that can generate random numbers from large classes of continuous or discrete distributions, and also from practically all standard distributions. To generate random numbers the user must supply some information about the desired distribution, especially a C-function that computes the density and - depending on the chosen methods - some additional information (like the borders of the domain, the mode, the derivative of the density ...). After a user has given this information an init-program computes all tables and constants necessary for the random variate generation. The sample program can then generate variates from the desired distribution.

Architecture:

x86_64

Version:

5.34.36

Release:

1.el6

Size:

86 k

Repository:

epel

From Repository:

Licence:

GPLv2+



Handy Yum Commands for root-unuran


Control the root-unuran package with the following handy commands outlined below.


Command

Description of Command

yum install root-unuran

This command will install root-unuran on the server.

yum remove root-unuran

This command will un-install root-unuran on the server. When you run this command, you will be asked if you are sure that you want to remove root-unuran, so you have to manually confirm that you want to do this.

yum -y remove root-unuran

This command will un-install root-unuran on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove root-unuran when using the -y flag.

yum update root-unuran

This command will update root-unuran to the latest version. When you run this command, you will be asked if you are sure that you want to remove root-unuran, so you have to manually confirm that you want to do this.

yum -y update root-unuran

This command will update root-unuran to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove root-unuran when using the -y flag.

yum info root-unuran

This command will show you core information about the root-unuran package.

yum deplist root-unuran

This command will show you the dependencies for root-unuran. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update root-unuran

This command will check if there is an update waiting on root-unuran. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.