Nodo Valor aleatorio
The Random Value node outputs a white noise like value as a Float, Integer, Vector, or Boolean field.
Entradas
- Mín
The minimum value of the range where random values are sampled from. This input is only available for Float, Integer, and Vector types.
- Máx
The maximum value of the range where random values are sampled from. This input is only available for Float, Integer, and Vector types.
- Probabilidad
The probability ratio for the random Boolean output to be True. This input is only available for Boolean types.
- ID
An ID to drive the random number generator seed. By default, this input uses the same value as of the Nodo ID, which is the
id
attribute of the context geometry if it exists, and otherwise the index.Truco
Valor aleatorio único
By default, the random value node generates a value for each unique index. If a single random value is desired, connect a single value (such as an Nodo Entero ) to the ID input.
- Semilla
Un campo para controlar la Semilla del generador de valores aleatorios. Esto podrá ser usado para generar un conjunto diferente de valores aleatorios, aún para dos nodos que tengan la misma entrada de ID.
Propiedades
- Tipo de datos
- Decimal
La salida será un valor de campo Decimal.
- Entero
La salida será un valor de campo Entero.
- Vector
La salida será un valor de campo Vectorial.
- Booleana
La salida será un valor de campo Booleano.
Salidas
- Valor
Valores aleatorios como un campo.