dmj5
Class DMJ_GeneratorRandom2

Object
  extended by common:Generic
      extended by common:Generator
          extended by dmj5:DMJ_GeneratorRandom
              extended by dmj5:DMJ_GeneratorRandom2

class 
DMJ_GeneratorRandom:DMJ_GeneratorRandom2

This is identical to Random except it has a different default sequence.


Ultra Fractal Source

Toggle UF Source Code Display


Constructor Summary
DMJ_GeneratorRandom2()
           
DMJ_GeneratorRandom2(Generic pparent)
          Constructor
 
Method Summary
 
Methods inherited from class dmj5:DMJ_GeneratorRandom
Init, InitDefault, Iterate
 
Methods inherited from class common:Generator
IsBailedOut
 
Methods inherited from class common:Generic
GetParent
 
Methods inherited from class Object
 

Constructor Detail

DMJ_GeneratorRandom2

public DMJ_GeneratorRandom2(Generic pparent)
Constructor

Parameters:
pparent - = a reference to the object creating the new object; typically, 'this'

DMJ_GeneratorRandom2

public DMJ_GeneratorRandom2()