Docs

Random Int In Range

A fresh random integer between Min and Max, both inclusive, on every evaluation. Non-deterministic.

Random Int In Range node

The Random Int In Range node

When to use it

A fresh random integer between Min and Max, both inclusive, on every evaluation. Non-deterministic.

The range is all this adds over Random Integer. The stability problem is unchanged, so the Stable variant is the default choice unless the value really is one-shot.

Pins

Pin Type Description
Min Whole Number The smallest number you might get.
Max Whole Number The largest number you might get.
Pin Type Description
Result Whole Number A whole number between Min and Max, different every pass. Wire it into density and the surface will crawl.