Skip to content

Lib.numbers.float.random.Random

Thomas Mann edited this page Sep 5, 2025 · 3 revisions

Random

in Lib.numbers.float.random


Generates a static random value based on a seed in the predefined range.


Input Parameters

Name (Relevancy & Type) Description
Seed (Int32) -
Min (Single) Lower limit for the random value
Max (Single) Upper limit for the random value
UniqueForChild (Boolean) (This seems to be broken at the moment)
Defines whether, if multiple values are output, they are all identical or unique

Outputs

Name Type
Result System.Single

⚠ Everything else is automatically generated and will be overwritten regularly.

Clone this wiki locally