Skip to content

Replace rand.Seed #821

@dasnellings

Description

@dasnellings

rand.Seed has been depreciated as of Go 1.2. We need to replace instances of rand.Seed in gonomics by generating a new random source that is only used by the local function and using the new source instead of the global rand source throughout the function.

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