BlueprintAPI > BlueprintAPI/Math > BlueprintAPI/Math/Random
Target is Importance Sampling Library
Inputs
Type | Name | Description |
---|---|---|
integer | Index | Which sequential point |
integer | Num Cells | Size of cell grid, 1 to 1024. Rounded up to the next power of two |
vector | Previous Value | The Sobol value for Index-1 |
Outputs
Type | Name | Description |
---|---|---|
vector | Return Value | Sobol-distributed random 3D position in the same grid cell |