Class RandomFunction
public class RandomFunction : GenericFunction
- Inheritance
-
RandomFunction
- Inherited Members
Constructors
RandomFunction()
public RandomFunction()
Fields
Identifier
public const string Identifier = "random"
Field Value
Properties
ReturnTypes
protected override IEnumerable<ResultType> ReturnTypes { get; }
Property Value
Methods
Invoke(TokenLocation, Interpreter)
protected override NumberResult Invoke(TokenLocation callLocation, Interpreter interpreter)
Parameters
callLocation
TokenLocationinterpreter
Interpreter