Log Uniform Distribution
This node generates samples from a log-uniform distribution.
Installation
To use this Node, you must enable omni.replicator.core
in the Extension Manager.
Inputs
Name |
Type |
Description |
Default |
---|---|---|---|
lower |
|
the lower bound of the log uniform distribution |
|
upper |
|
the upper bound of the log uniform 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 |