def

func:random

random(range: null)

Return random integer within given inclusive range. If range is null, then full range of representative integers is assumed.

Examples:

random()       // random num with no range
random(0..100) // random num between 0 and 100

meta

supertypes

feature

Feature namespace of definitions formatted as feature:name

    func

Axon function