Skip to content

is there randint wrapper that can return multiple ints on one call #21

@catchmonster

Description

@catchmonster

ii = int(round(quantumrandom.randint(1, upperLimit)))
would be nice to return list or array of ints, something like this:
ii = int(round(quantumrandom.randint(1, upperLimit, 10)))

Saves, calling with request and url libs over and over again ...

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