-
Notifications
You must be signed in to change notification settings - Fork 1.3k
[math] PRBS generator #8798
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
base: master
Are you sure you want to change the base?
[math] PRBS generator #8798
Conversation
Can one of the admins verify this patch? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@phsft-bot build I think new generators should go via |
Starting build on |
Build failed on windows10/cxx14. Errors:
|
Build failed on ROOT-debian10-i386/cxx14. Errors:
|
Starting build on |
I would like to revive this PR, @ferdymercury do you feel like rebasing so that I can start the builds ? |
see also #8798 (comment) |
Test Results 12 files 12 suites 2d 10h 57m 28s ⏱️ Results for commit 2c3bcff. |
@hahnjo Thanks for the comment! I can move it there, but do I really need to derive from TRandomEngine? The parent methods are for double Rndm(), which does not seem very useful to me. Wrt tests, I will 'copy' the mentioned tutorial as 'test' once it's clear where this class should go. Thanks for the review!! :) |
Hello @ferdymercury |
Thanks for the reply! We discussed this point in the associated issue: #8199 (comment) |
I still think is very specific, and we could have it maybe as an external addition. |
Ok. What do you mean by external? Moving it to just a tutorial? Happy to change that once it's clarified. |
This Pull request:
Changes or fixes:
Adds PRBS generation code
Checklist:
This PR fixes #8199