adaptive-expressions
Version:
Common Expression Language
19 lines • 554 B
TypeScript
/**
* @module adaptive-expressions
*/
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License.
*/
import { ExpressionEvaluator } from '../expressionEvaluator';
/**
* Return a random integer from a specified range, which is inclusive only at the starting end.
*/
export declare class Rand extends ExpressionEvaluator {
/**
* Initializes a new instance of the [Rand](xref:adaptive-expressions.Rand) class.
*/
constructor();
private static evaluator;
}
//# sourceMappingURL=rand.d.ts.map