Implementation of ChanceJS for C3Runtime, This Library provides utility function to help generate random data.
added it to version 1.1, also added example to project, the expression is GetWeighted(Value, Weights) where value is a comma separated string "a,b,c" which are the values to pick from, and Weights is also a comma separated string "10,5,1" which are the weights assigned to each value, the positions on both string determine where the weights are assigned.
Thank you! :)