Uses of Class
cz.cuni.jagrlib.RandomJames

Packages that use RandomJames
cz.cuni.jagrlib.eval Classes for automatic exercise evaluation. 
cz.cuni.jagrlib.piece Public modules (building blocks of JaGrLib compositions). 
cz.cuni.jagrlib.testing Temporary JaGrLib modules. 
 

Uses of RandomJames in cz.cuni.jagrlib.eval
 

Fields in cz.cuni.jagrlib.eval declared as RandomJames
protected  RandomJames Ex2005_01_b.rnd
          Pseudo-random generator.
 

Uses of RandomJames in cz.cuni.jagrlib.piece
 

Fields in cz.cuni.jagrlib.piece declared as RandomJames
protected  RandomJames ImageTransition.RandomField.rnd
           
protected static RandomJames JitteringSynthesizer.rnd
          Global random generator.
protected  RandomJames MonteCarloFF.rnd
          Random number generator.
protected  RandomJames StaticPointLightSource.rnd
          Random number generator.
 

Uses of RandomJames in cz.cuni.jagrlib.testing
 

Fields in cz.cuni.jagrlib.testing declared as RandomJames
protected  RandomJames CookTorranceModel.rnd
           
protected  RandomJames DefaultRenderer.rnd
          Random number generator.
protected static RandomJames MonteCarlo.rnd
          Random number generator.
protected  RandomJames PhotonTracing.rnd
          Random number generator.
protected  RandomJames StaticAreaLightSource.rnd
          Random number generator.
protected  RandomJames StaticSpotLightSource.rnd
          Random number generator.
protected  RandomJames Test3DScene.rnd
          Global random generator.