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

Add a different PRNG proposal #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Add a different PRNG proposal #1

wants to merge 2 commits into from

Conversation

konradkonrad
Copy link
Owner

Since the current implementation of the PRNG

  • is rather complex (and hard to get right in ports),
  • has some visual collisions (see docs in this commit)

here is a different PRNG proposal.

Since the current implementation of the PRNG
- is rather complex (and hard to get right in ports),
- has some visual collisions (see docs in this commit)

here is a different PRNG proposal.
If a different PRNG is to be used, it should be easy to spot that the
visual checksum follows a different spec, in order to avoid confusion.

Therefore, v2 or "pyramies" are displayed in a 10 block high pyramid shape,
which is slightly less space efficient and looses 2 bits against the
original scheme (30 vs. 32 individual blocks).
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

Successfully merging this pull request may close these issues.

1 participant