Welcome to Catalog Tips

Search more than 200 articles to learn more about creating and automating your product catalogs

Tip: Start typing in the input box for immediate search results.

< All Topics
Print

RANDOM – Create random number integer

Overview

This Custom Field creates a random number integer in the specified range. will return an integer between the minimum (first parameter) and maximum (last parameter) values.

Syntax

RANDOM(Value1, Value2)

Element Description
Value1 First parameter (must be a number).
Value2 Second parameter (must be a number).

Example

RANDOM(10, 100) will return a random integer between the numbers 10 and 100, for example 33 or 74.

See also

Table of Contents