3using System.Security.Cryptography;
45 byte[] Bin =
new byte[N];
55 private static readonly RandomNumberGenerator rnd = RandomNumberGenerator.Create();
Generates an array of random bytes.
RandomBytes(ScriptNode Argument, int Start, int Length, Expression Expression)
Generates an array of random bytes.
override IElement EvaluateScalar(double Argument, Variables Variables)
Evaluates the function on a scalar argument.
override string FunctionName
Name of the function
Script runtime exception.
Class managing a script expression.
Base class for funcions of one scalar variable.
ScriptNode Argument
Function argument.
Base class for all nodes in a parsed script tree.
int Length
Length of expression covered by node.
int Start
Start position in script expression.
Basic interface for all types of elements.