[root] / trunk / math / mathcore / inc / TRandom3.h Repository:
ViewVC logotype

Log of /trunk/math/mathcore/inc/TRandom3.h

Parent Directory Parent Directory


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Revision:

Revision 39600 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jun 8 13:04:37 2011 UTC (3 years, 7 months ago) by moneta
File length: 1802 byte(s)
Diff to previous 22885
re-impelment GetSeed in derived class to return first element of the seed table. Before always a fixed value was returned independent of the state

Revision 22885 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Mar 28 13:57:25 2008 UTC (6 years, 9 months ago) by rdm
File length: 1680 byte(s)
Copied from: trunk/math/inc/TRandom3.h revision 22862
Diff to previous 22866
move the following directories under the new "math" meta directory:
   mathcore
   mathmore
   fftw
   foam
   fumili
   genvector
   matrix
   minuit
   minuit2
   mlp
   physics
   smatrix
   splot
   unuran
   quadp

Revision 22866 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Mar 27 15:32:50 2008 UTC (6 years, 9 months ago) by rdm
Original Path: trunk/mathcore/inc/TRandom3.h
File length: 1680 byte(s)
Copied from: trunk/math/inc/TRandom3.h revision 22862
Diff to previous 20882
move remaining files from math to mathcore (they were part of libMathCore
anyway). Include paths remain the same.

Revision 20882 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Nov 19 11:31:26 2007 UTC (7 years, 2 months ago) by rdm
Original Path: trunk/math/inc/TRandom3.h
File length: 1676 byte(s)
Diff to previous 19826
Set property svn:eol-style LF on all source and Makefiles. This should avoid
problems with Win32 line endings ending up in the repository. All MS tools
support LF eols fine.

Revision 19826 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 19 19:56:11 2007 UTC (7 years, 4 months ago) by rdm
Original Path: trunk/math/inc/TRandom3.h
File length: 1676 byte(s)
Diff to previous 19825
imported svn:keywords Id property

Revision 19825 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 19 19:49:10 2007 UTC (7 years, 4 months ago) by rdm
Original Path: trunk/math/inc/TRandom3.h
File length: 1724 byte(s)
Diff to previous 17818
remove :$ from tag line

Revision 17818 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Feb 9 10:15:39 2007 UTC (7 years, 11 months ago) by rdm
Original Path: trunk/math/inc/TRandom3.h
File length: 1734 byte(s)
Diff to previous 15439
correct cvs ident line (base -> math).

Revision 15439 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jun 15 09:59:22 2006 UTC (8 years, 7 months ago) by brun
Original Path: trunk/math/inc/TRandom3.h
File length: 1734 byte(s)
Diff to previous 5989
From Lorenzo:
Set the default seed for TRandom3 (in TRandom3.h) to 4357 instead of 65539.
This is the recommended value by the author.

Revision 5989 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Jan 26 21:03:16 2003 UTC (12 years ago) by brun
Original Path: trunk/math/inc/TRandom3.h
File length: 1735 byte(s)
Diff to previous 1006
In TRandom add new function:
   virtual  void     RndmArray(Int_t n, Float_t *array);

In TRandom2 and TRandom3, add the functions:
   virtual  void     RndmArray(Int_t n, Float_t *array);
   virtual  void     RndmArray(Int_t n, Double_t *array);

Revision 1006 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Nov 22 08:35:44 2000 UTC (14 years, 2 months ago) by brun
Original Path: trunk/math/inc/TRandom3.h
File length: 1618 byte(s)
Diff to previous 915
Use double precision in return types and all arguments
of the random number generator classes. The modified prototypes are:
   virtual  Int_t    Binomial(Int_t ntot, Double_t prob);
   virtual  Double_t Gaus(Double_t mean=0, Double_t sigma=1);
   virtual  Double_t Landau(Double_t mean=0, Double_t sigma=1);
   virtual  Int_t    Poisson(Double_t mean);
   virtual  void     Rannor(Float_t &a, Float_t &b);
   virtual  void     Rannor(Double_t &a, Double_t &b);
   virtual  Double_t Rndm(Int_t i=0);
   virtual  Double_t Uniform(Double_t x1=1);

 Note that in case of Rannor, two functions are provided, one with
float and one with double for back compatibility.

Revision 915 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Nov 21 16:24:07 2000 UTC (14 years, 2 months ago) by brun
Original Path: trunk/math/inc/TRandom3.h
File length: 1619 byte(s)
Diff to previous 3
Increment version number from 1 to 2

Revision 3 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue May 16 17:00:58 2000 UTC (14 years, 8 months ago) by rdm
Original Path: trunk/math/inc/TRandom3.h
File length: 1565 byte(s)
Copied from: branches/unlabeled-1.1.1/math/inc/TRandom3.h revision 2
Diff to previous 2
This commit was generated by cvs2svn to compensate for changes in r2,
which included commits to RCS files with non-trunk default branches.

Revision 2 - (view) (download) (as text) (annotate) - [select for diffs]
Added Tue May 16 17:00:58 2000 UTC (14 years, 8 months ago) by rdm
Original Path: branches/unlabeled-1.1.1/math/inc/TRandom3.h
File length: 1565 byte(s)
Initial import of ROOT into CVS

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

Subversion Admin
ViewVC Help
Powered by ViewVC 1.0.9