Skip to content

A string of characters that are all the same used as a seed, no matter the length, results in the same output. #48

@ChildishGiant

Description

@ChildishGiant
Math.seedrandom("a")
Math.random() -> 0.43449421599986604
Math.seedrandom("aa")
Math.random() -> 0.43449421599986604
Math.seedrandom("aaaaaaa")
Math.random() -> 0.43449421599986604

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions