Skip to content

Refactor vector value calculations #2

@grctest

Description

@grctest

Due to the method of selecting random numbers, it's possible for strings like "010" to be returned, which Javascript interprets as 8, not 10.

Throughout the calculations we need to factor in the possibility we're accidentally parsing numbers with the wrong base, resulting in invalid values for vectors.

Avoid use in production until this is issue is handled.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions