Skip to content

Commit 63cd183

Browse files
ecarlier-tibcomellistibco
authored andcommitted
Added random number value generator to the list (#296)
1 parent 8374a0c commit 63cd183

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

showcases/data/items.toml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,4 +428,13 @@ description = "Activity for getting and setting Environment Variables."
428428
url = "https://github.com/mmussett/flogo-components/tree/master/activity/env"
429429
uploadedon = "May 11, 2018"
430430
author = "mmussett"
431-
showcase = "true"
431+
showcase = "true"
432+
433+
[[items]]
434+
name = "Randon number activity"
435+
type = "activity"
436+
description = "Activity to generate a random number value given a distribution type: Normal, Uniform, Triangular or Exponential"
437+
url = "https://github.com/ecarlier-tibco/flogo/tree/master/activity/numdatasim"
438+
uploadedon = "June 13, 2018"
439+
author = "ecarlier-tibco"
440+
showcase = "true"

0 commit comments

Comments
 (0)