Skip to content

Commit

Permalink
Added random number value generator to the list (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
ecarlier-tibco authored and mellistibco committed Jun 13, 2018
1 parent 8374a0c commit 63cd183
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion showcases/data/items.toml
Original file line number Diff line number Diff line change
Expand Up @@ -428,4 +428,13 @@ description = "Activity for getting and setting Environment Variables."
url = "https://github.com/mmussett/flogo-components/tree/master/activity/env"
uploadedon = "May 11, 2018"
author = "mmussett"
showcase = "true"
showcase = "true"

[[items]]
name = "Randon number activity"
type = "activity"
description = "Activity to generate a random number value given a distribution type: Normal, Uniform, Triangular or Exponential"
url = "https://github.com/ecarlier-tibco/flogo/tree/master/activity/numdatasim"
uploadedon = "June 13, 2018"
author = "ecarlier-tibco"
showcase = "true"

0 comments on commit 63cd183

Please sign in to comment.