Skip to content

Feature request: random length between min and max #1

Open
@raphael-leger

Description

@raphael-leger

Hi,

It would be great to be able to specify a length range to generate a password:

> password.randomPassword({
    length: {
        min: 8,
        max: 16
    }
})

It would generate a password and its length would randomly be between 8 and 16.

😃

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions