def __init__(self, lb, ub):
        super(RandomFloat, self).__init__('DECIMAL')
        self._lb = lb
        self._ub = ub