Draw Uniform
Draws uniformly from an array based on a draw distribution
Inputs
- DrawArray: Array to be drawn from (float[], int[], Vector2[], Vector2Int[], Vector3[], Vector3Int[], Vector4[])
- DrawDistribution: Indicates how many elements should be drawn for each index (int[])
- RandomSeed (optional): Random number generator seed. If not connected, the node will use Graph’s random number generator (int)
Outputs
- Randomly selected values from DrawArray (float[][], int[][], Vector2[][], Vector2Int[][], Vector3[][], Vector3Int[][], Vector4[][])
Example
