Skip to content

random graph generators should take an rng instead of a seed #459

@CarloLucibello

Description

@CarloLucibello
    rand_graph(n, m; bidirected=true, seed=-1, edge_weight = nothing, kws...)

should become

    rand_graph([rng,] n, m; bidirected=true, edge_weight = nothing, kws...)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions