Next events in a run with the same seed offset

Asked by Zachary Marshall

Hi there,

I want to generate consecutive sets of events with the same random number seed. That is, I want to generate N events, and then come along at a later time and generate another N events starting from the same random state that I finished the first generation with. Is that possible with MG5?

Thanks,
Zach

Question information

Language:
English Edit question
Status:
Solved
For:
MadGraph5_aMC@NLO Edit question
Assignee:
No assignee Edit question
Solved by:
Olivier Mattelaer
Solved:
Last query:
Last reply:
Revision history for this message
Olivier Mattelaer (olivier-mattelaer) said :
#1

Hi Zach,

No this is not possible.

Cheers,

Olivier
On Aug 6, 2014, at 12:12 AM, Zachary Marshall <email address hidden> wrote:

> New question #252681 on MadGraph5_aMC@NLO:
> https://answers.launchpad.net/mg5amcnlo/+question/252681
>
> Hi there,
>
> I want to generate consecutive sets of events with the same random number seed. That is, I want to generate N events, and then come along at a later time and generate another N events starting from the same random state that I finished the first generation with. Is that possible with MG5?
>
> Thanks,
> Zach
>
> --
> You received this question notification because you are an answer
> contact for MadGraph5_aMC@NLO.

Revision history for this message
Zachary Marshall (zach-marshall) said :
#2

Thanks Olivier. Any chance to make it possible?

In case not, what is the limit for the random number seed?

Thanks,
Zach

Revision history for this message
Best Olivier Mattelaer (olivier-mattelaer) said :
#3

Hi Zach,

> Any chance to make it possible?

Not really,.

> In case not, what is the limit for the random number seed?

I do not know the exact number but this is for sure bigger than 30,000**2=900,000,000

Cheers,

Olivier

On Aug 6, 2014, at 3:02 PM, Zachary Marshall <email address hidden> wrote:

> Question #252681 on MadGraph5_aMC@NLO changed:
> https://answers.launchpad.net/mg5amcnlo/+question/252681
>
> Status: Answered => Open
>
> Zachary Marshall is still having a problem:
> Thanks Olivier. Any chance to make it possible?
>
> In case not, what is the limit for the random number seed?
>
> Thanks,
> Zach
>
> --
> You received this question notification because you are an answer
> contact for MadGraph5_aMC@NLO.

Revision history for this message
Zachary Marshall (zach-marshall) said :
#4

Thanks Olivier Mattelaer, that solved my question.