Nodes/ComfyUI-list-filter/Random Normal Distribution
ComfyUI Node

Random Normal Distribution

Generates random samples from a normal distribution.

By Kesin11·Created 2 years ago·Updated about a year ago· 1
Random Normal Distribution
    • random_samples
    • first_sample
    mean0.00
    std_dev1.00
    num_samples10
    min_value5.00
    max_value8.00
    CategoryRandom

    Inputs (5)

    NameTypeDefaultDescription
    meanFLOAT0.00The mean of the normal distribution.
    std_devFLOAT1.00The standard deviation of the normal distribution.
    num_samplesINT10The number of random samples to generate.
    min_valueFLOAT5.00The minimum value of the generated samples.
    max_valueFLOAT8.00The maximum value of the generated samples.

    Outputs (2)

    NameTypeDescription
    random_samplesLISTThe list of generated random samples.
    first_sampleFLOATThe first generated random sample.