Random.Rndm Method

Generate uniformely distributed random number between 0 and 1
public static double Rndm()
This language is not supported or no code example is available.
public:  
static double Rndm()
This language is not supported or no code example is available.
public static function Rndm() : double;
This language is not supported or no code example is available.

Return Value

double
Remarks
 
Machine independent random number generator. Produces uniformly-distributed floating points between 0 and 1. Identical sequence on all machines of >= 32 bits. Periodicity > 10**14  
Author: Rene Brun, root.cern.ch

In this article

Definition