Introduction
Cloud Workflow Console (CWF) random number generator
Code Syntax
define main() return $random1, $random2, $random3 do
$random1 = rand()
$random2 = rand(1)
$random3 = rand(100)
end
CWF Console
Expected Outcome
Process Info
Outputs
Tasks
Source
- Displays the source code that was used. If you want to modify and reuse the code, click on
Clone