Ur4 How do i create a random number generator?

Ur4 How do i create a random number generator? that can set a variable

a pic or video is best

there is a few nodes that can do this. but it depends on the type of number really.
Floats, integers.

you can use a “random float” or “random int” for almost random.
you could also use “random float in range” or “random int in range” for numbers in a specific range.

Ur4 How do i create a random number generator?
that can set a variable

a pic or video is best

245547-capture.png

You probably want to read up on random streams if you’re generating repeatable randoms (seeds):