Generic Step

Generate a random value

  • Indices on this generic step:

    Description of Step

    Generate a random value

    Other Descriptions

    More Information on the Step

    Hints on reusing this step

    You can always store your Random instance (e.g., in an instance variable at Initialize time) then just keep asking it for next values.

    Examples of this Generic Step