Random Seed -- Mầm Ngẫu Nhiên (Random Value Node)
Random Seed -- Mầm Ngẫu Nhiên.
The Random Value node outputs a white noise like value as a Float, Integer, Vector, or Boolean field.
Đầu Vào (Inputs)
- Mức/Độ Tối Thiểu (Min)
The minimum value of the range where random values are sampled from. This input is only available for Float, Integer, and Vector types.
- Tối Đa (Max)
The maximum value of the range where random values are sampled from. This input is only available for Float, Integer, and Vector types.
- Xác Suất (Probability)
The probability ratio for the random Boolean output to be True. This input is only available for Boolean types.
- Chỉ Danh -- ID (ID)
An ID to drive the random number generator seed. By default, this input uses the same value as of the Nút (ID Node), which is the
idattribute of the context geometry if it exists, and otherwise the index.- Seed (Mầm)
A field to Seed the random number generator. This can be used to generate a different set of random values, even for two nodes with the same ID input.
Tính Chất (Properties)
- Kiểu dữ liệu (Data Type)
- Float
The output will be a Float field.
- Số Nguyên (Integer)
The output will be an Integer field.
- Véctơ (Vector)
The output will be a Vector field.
- Boolean (Lôgic Bool)
The output will be a Boolean field.
Đầu Ra (Outputs)
- Value (Giá Trị)
Random values as a field.