Random =  number .random .get  (  Min ,  Max  )  
                                     
Description :

This instruction returns a random number between a minimal and a maximal value.

Parameters :

  • Minimal value.
  • Maximal value.

Return Value :

  • Random number.

Examples :