Random
Learn how to use the Random function in Origami Tech to generate random values for simulations, strategy testing, or stochastic model creation.
Last updated
Learn how to use the Random function in Origami Tech to generate random values for simulations, strategy testing, or stochastic model creation.
random() -> decimalreturns random decimal value in range [0, 1]
Be careful using this function in execute_price or execute_volume. Usage without cached will lead to unstoppable recreate of the grid.
Last updated