Сравнение версий

Ключ

  • Эта строка добавлена.
  • Эта строка удалена.
  • Изменено форматирование.

...

Get random number Version 1 (Net)

Группа действий: "Базовые действия", подгруппа "Общее"

...

Action group: Base actions, subgroup: General

...

Description

The action returns random number

Иконка

Image Removed

Параметры действия

Входные параметры

  1. Минимум наименьшее возможное значение.
  2. Максимум - наибольшее возможное значение.
  3. Целое? -  если значение параметра равно true, то будет сгенерировано целое число. Иначе - любое действительное число в интервале [Минимум, Максимум].

Выходные параметры

Результат - сгенерированное случайное число.

Настройки 

Action icon

Image Added

Settings of parameters 

Property

Description

Type

Filling example
Mandatory field
Parameters
Minimum

The smallest possible value

Numeric
-18No
Maximum

The largest possible value

Numeric56No
Integer?
If the parameter value is true, then an integer will be generated. Otherwise - any real number in the range [Minimum, Maximum]Boolean

...

true
No
Results
Result
Generated random number
Numeric

Особые условия использования

Отсутствуют.

Пример использования 

Задача

Сгенерировать случайное целое число от -100 до 50 и вывести результат в диалоговом окне.

Решение

Воспользоваться действиями "Сгенерировать случайное число" и "Сообщение". 

Реализация

...



Special conditions of use

None.

Example of use

Task

Generate a random integer from -100 to 50 and display the result in a dialog box.

Solution

Use the "Generate random number" and "Show message" actions. 

Implementation

  1. Move the "Generate a random number" action to the workspace.
    Image Added

  2. Set the parameters of the "Generate random number" action.
    Image Added

  3. Move the "Show message" action to the workspace.
    Image Added

  4. Set the "Show message" action parameter.
    In the "Message text" field add the result of the "Generate random number" action.
    Image Added

  5. Click on the "Start" button in the top panel.  

Result

The program robot completed successfully.
A dialog box with a randomly generated number is displayed.

Image Added

Image Added

Результат

Программный робот отработал успешно.
Вывелось диалоговое окно со случайно сгенерированным числом.

Image Removed

...