Normal Distribution
This node generates samples from a normal distribution.
Installation
To use this Node, you must enable omni.replicator.core
in the Extension Manager.
Inputs
Name |
Type |
Description |
Default |
---|---|---|---|
mean |
|
the mean of the normal distribution |
|
std |
|
the standard deviation of the normal distribution |
|
seed |
|
Random Number Generator seed. A value of less than 0 will indicate using the global seed. |
-1 |
numSamples |
|
number of samples to generate |
1 |
outputType |
|
The helper attribute to resolve output’s type |
Outputs
Name |
Type |
Description |
Default |
---|---|---|---|
samples |
|
sampled results |
|
numSamples |
|
number of samples to generate |
1 |