Пример #1
0
    def __init__(self, rand):
        BaseDistribution.__init__(self, rand)

        # List of ranges, which are pairs of the form (start, length).
        self.ranges = []
Пример #2
0
 def __init__(self, fifo, rand):
     BaseDistribution.__init__(self, rand)
     self.fifo = fifo