This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
I really don't understand your random_generate() function, so
I'm of limited help here. I wrote an equipartition test for
PRNG and tested your MT. If I seed the array with
seed(1:624) = (/ (i,i=1,624) /) or 10 * (/ (i,i=1,624) /)
I have to burn 100000 random number before I start to get "good" random numbers with respect to a chi square test.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |