Uses of Class
org.powertac.common.RandomSeed
-
Packages that use RandomSeed Package Description org.powertac.common.repo Repositories that need to exist in both the Power TAC simulation server and in brokers.org.powertac.customer -
-
Uses of RandomSeed in org.powertac.common.repo
Methods in org.powertac.common.repo that return RandomSeed Modifier and Type Method Description RandomSeed
RandomSeedRepo. getRandomSeed(String classname, long id, String purpose)
Returns the RandomSeed instance identified by classname, id, and purpose, creating it if necessary. -
Uses of RandomSeed in org.powertac.customer
Fields in org.powertac.customer declared as RandomSeed Modifier and Type Field Description protected RandomSeed
AbstractCustomer. rs1
Random Number Generator
-