Random Generator

Content Type: Module
Categories: Tracing

Overview

This module has two java actions which allows us to generate random UUID and random number. 1.GetRandomNumber java action returns the random number with in the Maximum range given. This java action works only when Maximum Range is provided. 2.GetRandomUUID java action returns the random UUID.

Documentation

How to use
------------------------------

1.GetRandomNumber java action returns the random number with in the Maximum range given. This java action works only when Maximum Range is provided.

2.GetRandomUUID java action returns the random UUID.

3.Check Example folder for the usage of both Java action.

Releases