Gaussian RN and uniform RN

Hi steve and everyone,

I want to know the range of random number.

Is the range of uniform random number and the gaussion RN between [0 1] in the file random_mars.cpp?

Thanks in advance

2015-05-21 16:17 GMT+02:00 Wade <[email protected]...>:

Hi steve and everyone,

I want to know the range of random number.

Is the range of uniform random number and the gaussion RN between [0 1]
in the file random_mars.cpp?

The uniform has a range between 0 and 1, but the gaussian does not
(otherwise it would be a weird gaussian RN).

Kristof