UniformRng

class UniformRng

Generates pseudorandom number from a unform distribution.

setMin()

(destination message field) Assigns field value.

getMin()

(destination message field) Requests field value. The requesting Element must provide a handler for the returned value.

setMax()

(destination message field) Assigns field value.

getMax()

(destination message field) Requests field value. The requesting Element must provide a handler for the returned value.

min

double (value field) The lower bound on the numbers generated

max

double (value field) The upper bound on the numbers generated