We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Running the command mlpolygen -s 0x8000000000000000 -n 10 gives the following result
mlpolygen -s 0x8000000000000000 -n 10
800000000000000d 800000000000000e 8000000000000046 800000000000007a 80000000000000b9 80000000000000ba 80000000000000d0 80000000000000d9 80000000000000e6 80000000000000ef
However, if I compare with the results in this link https://users.ece.cmu.edu/~koopman/lfsr/64.txt:
800000000000000D 800000000000000E 800000000000007A 80000000000000BA 80000000000000D0 80000000000000EF 8000000000000128 8000000000000165 80000000000001A3 80000000000001E4
then the results don't match.
All LFSR's with less than 64 bits agree with the results at https://users.ece.cmu.edu/~koopman/lfsr/.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Running the command
mlpolygen -s 0x8000000000000000 -n 10
gives the following resultHowever, if I compare with the results in this link https://users.ece.cmu.edu/~koopman/lfsr/64.txt:
then the results don't match.
All LFSR's with less than 64 bits agree with the results at https://users.ece.cmu.edu/~koopman/lfsr/.
The text was updated successfully, but these errors were encountered: