Randomizer

Small randomizer component,
that can create between 1 to 10 random integer or float variables.

Randomizer.tox (1.42 KB)

[size=125]Important:

You have to import the random assembly by …

Menu → Dialogs → Textport & Dats

Then enter the following line:

import random[/size]

You might use the built in tdu.rand for this instead - it would avoid the neef ro importing random.

derivative.ca/wiki099/index … Tdu_Module

The noise CHOP can also produce random values, so you could also do something like this by using a noise CHOP followed by a shuffle CHOP.