C D G I L N O P R S T U V

C

createNormal(double, double) - Method in class de.cesr.uranus.core.URandomService
 
createNormal(double, double, RandomEngine) - Method in class de.cesr.uranus.core.URandomService
 
createNormal(double, double) - Method in interface de.cesr.uranus.core.UranusRandomService
Create a normal distribution with the given parameters using the default random generator.
createNormal(double, double, RandomEngine) - Method in interface de.cesr.uranus.core.UranusRandomService
Create a normal distribution with the given parameters using the given random generator.

D

de.cesr.uranus.core - package de.cesr.uranus.core
 
de.cesr.uranus.dist - package de.cesr.uranus.dist
 
de.cesr.uranus.param - package de.cesr.uranus.param
 
de.cesr.uranus.util - package de.cesr.uranus.util
 

G

getDefaultValue() - Method in enum de.cesr.uranus.param.UBasicPa
 
getDistribution(String) - Method in class de.cesr.uranus.core.URandomService
 
getDistribution(String) - Method in interface de.cesr.uranus.core.UranusRandomService
Returns the AbstractDistribution that is registered for the given name.
getGenerator(String) - Method in class de.cesr.uranus.core.URandomService
 
getGenerator(String) - Method in interface de.cesr.uranus.core.UranusRandomService
 
getNewUniformDistribution(RandomEngine) - Method in class de.cesr.uranus.core.URandomService
 
getNewUniformDistribution(RandomEngine) - Method in interface de.cesr.uranus.core.UranusRandomService
Returns a Uniform distribution that is fed by the given RandomEngine.
getNormal() - Method in class de.cesr.uranus.core.URandomService
 
getNormal() - Method in interface de.cesr.uranus.core.UranusRandomService
Returns the Normal distribution that was created at last (therefore, mean and standard deviation is not defined).
getNumStackTraceFrames() - Static method in exception de.cesr.uranus.util.UIdentifyCallerException
 
getSeed() - Method in class de.cesr.uranus.core.URandomService
 
getSeed() - Method in interface de.cesr.uranus.core.UranusRandomService
Get the seed currently used for the default distributions.
getStackTrace() - Method in exception de.cesr.uranus.util.UIdentifyCallerException
 
getStackTraceElementString(StackTraceElement) - Method in exception de.cesr.uranus.util.UIdentifyCallerException
Prints StackTraceElement without line numbers
getType() - Method in enum de.cesr.uranus.param.UBasicPa
 
getUniform(double, double, RandomEngine) - Method in class de.cesr.uranus.core.URandomService
 
getUniform() - Method in class de.cesr.uranus.core.URandomService
 
getUniform() - Method in interface de.cesr.uranus.core.UranusRandomService
Return the default uniform distribution.
getUniform(double, double, RandomEngine) - Method in interface de.cesr.uranus.core.UranusRandomService
 
getURandomService() - Static method in class de.cesr.uranus.core.URandomService
Return the universal random manager.

I

identifyDistribution(AbstractDistribution) - Method in class de.cesr.uranus.core.URandomService
UranusRandomService#identifyDistribution(cern.jet.random.
identifyDistribution(AbstractDistribution) - Method in interface de.cesr.uranus.core.UranusRandomService
Identifies the name of the given AbstractDistribution if registered at this service.
identifyGenerator(RandomEngine) - Method in class de.cesr.uranus.core.URandomService
 
identifyGenerator(RandomEngine) - Method in interface de.cesr.uranus.core.UranusRandomService
Identifies the name of the given RandomEngine if registered at this service.
isDebugEnabled() - Method in class de.cesr.uranus.core.URandomService
 
isDebugEnabled() - Method in interface de.cesr.uranus.core.UranusRandomService
Checks if the logger of LRandomService is set to debug.
isDistributionRegistered(String) - Method in class de.cesr.uranus.core.URandomService
 
isDistributionRegistered(String) - Method in interface de.cesr.uranus.core.UranusRandomService
Checks whether a distribution with the given name is registered.
isGeneratorRegistered(String) - Method in class de.cesr.uranus.core.URandomService
 
isGeneratorRegistered(String) - Method in interface de.cesr.uranus.core.UranusRandomService
Checks whether a generator with the given name is registered.
isOmitLineNumbers() - Static method in exception de.cesr.uranus.util.UIdentifyCallerException
 

L

log(Number) - Method in class de.cesr.uranus.dist.UUniformDistributionController
Logs the random number including names of distribution and generator.

N

nextBoolean() - Method in class de.cesr.uranus.dist.UUniformDistributionController
 
nextDouble() - Method in class de.cesr.uranus.dist.UNormalController
 
nextDouble(double, double) - Method in class de.cesr.uranus.dist.UNormalController
Returns a uniformly distributed random number in the open interval (from,to) (excluding from and to).
nextDouble() - Method in class de.cesr.uranus.dist.UUniformDistributionController
 
nextDoubleFromTo(double, double) - Method in class de.cesr.uranus.dist.UUniformDistributionController
Returns a uniformly distributed random number in the open interval (from,to) (excluding from and to).
nextFloatFromTo(float, float) - Method in class de.cesr.uranus.dist.UUniformDistributionController
Returns a uniformly distributed random number in the open interval (from,to) (excluding from and to).
nextInt() - Method in class de.cesr.uranus.dist.UUniformDistributionController
Returns a uniformly distributed random number in the closed interval [min,max] (including min and max).
nextIntFromTo(int, int) - Method in class de.cesr.uranus.dist.UUniformDistributionController
 
nextLongFromTo(long, long) - Method in class de.cesr.uranus.dist.UUniformDistributionController
Returns a uniformly distributed random number in the closed interval [from,to] (including from and to).
NORMAL_DEFAULT - Static variable in interface de.cesr.uranus.core.UranusRandomService
Identifier for default normal stream (not necessarily standard!)

O

omitLineNumbers - Static variable in exception de.cesr.uranus.util.UIdentifyCallerException
 

P

printStackTrace(PrintWriter) - Method in exception de.cesr.uranus.util.UIdentifyCallerException
 
printStackTrace(PrintStream) - Method in exception de.cesr.uranus.util.UIdentifyCallerException
 

R

randomService - Static variable in class de.cesr.uranus.core.URandomService
 
registerDistribution(AbstractDistribution, String) - Method in class de.cesr.uranus.core.URandomService
 
registerDistribution(AbstractDistribution, String) - Method in interface de.cesr.uranus.core.UranusRandomService
Registers a custom AbstractDistribution at the given name.
registerGenerator(String, RandomEngine) - Method in class de.cesr.uranus.core.URandomService
 
registerGenerator(String, RandomEngine) - Method in interface de.cesr.uranus.core.UranusRandomService
 
reset() - Static method in class de.cesr.uranus.core.URandomService
Resets the current instance of random service (clears distribution and generator collections).
revisionNumber - Static variable in class de.cesr.uranus.util.UVersionInfo
current revision number

S

setNumStackTraceFrames(int) - Static method in exception de.cesr.uranus.util.UIdentifyCallerException
 
setOmitLineNumbers(boolean) - Static method in exception de.cesr.uranus.util.UIdentifyCallerException
True to omit line numbers in stack trace (default is true)
setSeed(int) - Method in class de.cesr.uranus.core.URandomService
 
setSeed(int) - Method in interface de.cesr.uranus.core.UranusRandomService
Sets the seed for all random number generators.
staticNextDouble(double, double) - Static method in class de.cesr.uranus.dist.UNormalController
 

T

timeStamp - Static variable in class de.cesr.uranus.util.UVersionInfo
time stamp of last commit action

U

UBasicPa - Enum in de.cesr.uranus.param
Uranus - Universal RAndom NUmber Service
UIdentifyCallerException - Exception in de.cesr.uranus.util
Uranus - Universal RAndom NUmber Service
UIdentifyCallerException() - Constructor for exception de.cesr.uranus.util.UIdentifyCallerException
 
UNIFORM_DEFAULT - Static variable in interface de.cesr.uranus.core.UranusRandomService
Identifier for default uniform stream
UNormalController - Class in de.cesr.uranus.dist
Uranus - Universal RAndom NUmber Service
UNormalController(double, double, RandomEngine) - Constructor for class de.cesr.uranus.dist.UNormalController
 
URandomService - Class in de.cesr.uranus.core
Uranus - Universal RAndom NUmber Service
URandomService(int) - Constructor for class de.cesr.uranus.core.URandomService
Initialise a new instance with the given random seed.
UranusRandomService - Interface in de.cesr.uranus.core
Uranus - Universal RAndom NUmber Service
UUniformDistributionController - Class in de.cesr.uranus.dist
Uranus - Universal RAndom NUmber Service
UUniformDistributionController(RandomEngine) - Constructor for class de.cesr.uranus.dist.UUniformDistributionController
 
UUniformDistributionController(double, double, RandomEngine) - Constructor for class de.cesr.uranus.dist.UUniformDistributionController
 
UVersionInfo - Class in de.cesr.uranus.util
Uranus Version Information
UVersionInfo() - Constructor for class de.cesr.uranus.util.UVersionInfo
 

V

valueOf(String) - Static method in enum de.cesr.uranus.param.UBasicPa
Returns the enum constant of this type with the specified name.
values() - Static method in enum de.cesr.uranus.param.UBasicPa
Returns an array containing the constants of this enum type, in the order they are declared.

C D G I L N O P R S T U V