Random Value Node

../../../_images/modeling_geometry-nodes_utilities_random-value_node.png

Random Value node.

The Random Value node outputs a white noise like value as a Float, Integer, Vector, or Boolean field.

输入

最小值

The minimum value of the range where random values are sampled from. This input is only available for Float, Integer, and Vector types.

最大值

The maximum value of the range where random values are sampled from. This input is only available for Float, Integer, and Vector types.

Probability

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 ID Node, which is the id attribute of the context geometry if it exists, and otherwise the index.

随机种

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.

属性

数据类型

  • 浮动

    The output will be a Float field.

    整数

    The output will be an Integer field.

    矢量

    The output will be a Vector field.

    布尔

    The output will be a Boolean field.

输出

明度

Random values as a field.