Uses of Class
cz.cuni.jagrlib.RandomJames

Packages that use RandomJames
cz.cuni.jagrlib.eval Classes for automatic exercise evaluation. 
cz.cuni.jagrlib.obscure JaGrLib modules and other classes w/o public source code. 
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.obscure
 

Fields in cz.cuni.jagrlib.obscure declared as RandomJames
protected static RandomJames RectangleLightSource.rnd
          Global random generator shared by all light source instances.
protected static RandomJames DepthOfFieldCamera.rnd
          Global random generator shared by all camera instances.
protected static RandomJames RectangleLightSource.rndu
          Global random generator used for u-coordinate.
 

Uses of RandomJames in cz.cuni.jagrlib.piece
 

Fields in cz.cuni.jagrlib.piece declared as RandomJames
protected  RandomJames MonteCarloFF.rnd
          Random number generator.
protected static RandomJames JitteringSynthesizer.rnd
          Global random generator.
protected  RandomJames ImageTransition.RandomField.rnd
           
protected static RandomJames ClusterDotDither.rnd
          Shared random-number generator for level-set sampling.
 

Uses of RandomJames in cz.cuni.jagrlib.testing
 

Fields in cz.cuni.jagrlib.testing declared as RandomJames
protected  RandomJames Test3DScene.rnd
          Global random generator.