Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can user provide seed to random generator during read simulation? #3

Open
cjain7 opened this issue Jul 5, 2022 · 2 comments
Open

Comments

@cjain7
Copy link

cjain7 commented Jul 5, 2022

It seems like the seed value is fixed for read simulation:

uint32 randomSeed = 0;

Is it possible to expose this parameter on the command line interface?

@cjain7
Copy link
Author

cjain7 commented Jul 5, 2022

For my use, it would suffice if this seed is generated randomly. Maybe instead of seed value, a command line boolean option to randomly generate the seed will also work for us.

if (simPar.randomSeedValid)

brianwalenz added a commit that referenced this issue Jul 15, 2022
…dd -seed to everything that needs it. Issue #3.
@brianwalenz
Copy link
Member

Hi Chirag!

Thanks for the gentle push here. I added -seed to everything that uses random values. It was, sadly, only lightly tested - and there was some major refactoring of command line processing done at the same time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants