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

possible error in result for 64 bits ? #4

Open
MJoergen opened this issue Feb 22, 2024 · 0 comments
Open

possible error in result for 64 bits ? #4

MJoergen opened this issue Feb 22, 2024 · 0 comments

Comments

@MJoergen
Copy link

Running the command mlpolygen -s 0x8000000000000000 -n 10 gives the following result

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/.

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

1 participant