Class: Real

Real(low, high)

new Real(low, high)

Dimension of real type.
Parameters:
Name Type Description
low Number Lower bound of the values. Lower bound is inclusive.
high Number Upper inclusive bound of the values of dimension.
Source:

Methods

random_sample() → {Number}

Generate random uniformly distributed scalar sample from dimension space.
Source:
Returns:
Sample value.
Type
Number