Skip to main content

Random

The random interface

Functions

seed32

Random:seed32() → ()

Get a random unsigned 32 bit number

Show raw api
{
    "functions": [
        {
            "name": "seed32",
            "desc": "Get a random unsigned 32 bit number",
            "params": [],
            "returns": [],
            "function_type": "method",
            "source": {
                "line": 11,
                "path": "../../res/data/script/lib/system/random.lua"
            }
        }
    ],
    "properties": [],
    "types": [],
    "name": "Random",
    "desc": "The random interface",
    "source": {
        "line": 5,
        "path": "../../res/data/script/lib/system/random.lua"
    }
}