<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Serg,<br>
<br>
If you look for a previous post on the GATE User's list, you'll see a
message titled "generating rndm file" and there will be some code that
was modified to generate a file exactly in the form that GATE is
looking for.&nbsp; It's in ASCII format.<br>
<br>
You can't actually generate a random file using the method that you
described - the 97 numbers after the seed describe a particular "state"
of the seed, you may pick numbers that don't actually represent a state
in the HEPJamesRandom random number generator.&nbsp; The last three numbers
describe (seemingly) physical parameters in the simulation and you
definitely don't want to mess with those at all. Use the program that I
mentioned as it generates a seed with a good "state".<br>
<br>
Let me know if you have any trouble finding the program,<br>
Ange<br>
<br>
<a class="moz-txt-link-abbreviated" href="mailto:komarovs@mir.wustl.edu">komarovs@mir.wustl.edu</a> wrote:
<blockquote
 cite="midOFAE202F28.95F32A49-ON862571CA.006B74E2-862571CA.00709EDF@msnotes.wustl.edu"
 type="cite">
  <p>Dear All,<br>
Can anybody explain me the structure of .rnmd file?<br>
I have to write the generator of the .rndm files.<br>
For what is used the first integer number in .rndm file? I have the
same set of events for different values of this number. <br>
Right now I keep original first integer number (9876), randomly
generate the rest 97+3 double numbers (&lt;1) and last integer number.
What is the maximum possible value for the last number?<br>
  <br>
Can I save endOfRun.rnmd for ascii output?<br>
  <br>
Thank you.<br>
  <br>
Serg</p>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
Gate-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Gate-users@lists.healthgrid.org">Gate-users@lists.healthgrid.org</a>
<a class="moz-txt-link-freetext" href="http://lists.healthgrid.org/mailman/listinfo/gate-users">http://lists.healthgrid.org/mailman/listinfo/gate-users</a>
  </pre>
</blockquote>
<br>
</body>
</html>