Skip to content
This repository has been archived by the owner on Sep 22, 2024. It is now read-only.

Condense this.rules function #107

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jan 19, 2021

  1. Condense this.rules function

    The this.rules function was condensed in a similar manner suggested by the java implementation comment above the this.rules function.
    
    The previous implementation assigned the binary values backwards, i.e. 7 == index0, 6 === index1, etc.
    
    This condensed version assigns them in order. 
    
    I wasn't sure if this was intentional, it appears the ruleset is randomized so from my understanding this won't make a difference.
    jakefrancis authored Jan 19, 2021
    Configuration menu
    Copy the full SHA
    53fa92e View commit details
    Browse the repository at this point in the history