For the complete documentation index, see llms.txt. This page is also available as Markdown.

Random

Learn how to use the Random function in Origami Tech to generate random values for simulations, strategy testing, or stochastic model creation.

random() -> decimal

returns random decimal value in range [0, 1]

Last updated