Skip to content

Add scipy distributions as generators #112

@phil-brad

Description

@phil-brad

Scipy has many random variate distributions available. These could be made available as generators. A possible syntax could be:

{
    "generators": {
        "MyScipyGen": {
             "method": "scipy.uniform",
             "scale": 5.0
        }
    }
}

The generator would then call rvs each time it is invoked in the spec.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions