Uses of Class
java.util.Random

Packages that use Random
de.cau.cs.kieler.core.math Mathematics classes and functions. 
de.cau.cs.kieler.klay.force.model Force model of the KLay Force layout algorithm. 
de.cau.cs.kieler.klay.force.properties This package contains classes defining layout properties for KLay Force. 
de.cau.cs.kieler.klay.layered.p3order Phase 3 - crossing minimization by node reordering. 
de.cau.cs.kieler.klay.layered.properties This package contains classes defining layout properties for KLay Layered. 
 

Uses of Random in de.cau.cs.kieler.core.math
 

Methods in de.cau.cs.kieler.core.math with parameters of type Random
 void KVector.wiggle(Random random, double amount)
          Add some "noise" to this vector.
 

Uses of Random in de.cau.cs.kieler.klay.force.model
 

Methods in de.cau.cs.kieler.klay.force.model that return Random
protected  Random AbstractForceModel.getRandom()
          Return the random number generator for this model.
 

Methods in de.cau.cs.kieler.klay.force.model with parameters of type Random
static void AbstractForceModel.avoidSamePosition(Random random, FParticle u, FParticle v)
          Avoid having nodes on the same position by moving them a little.
 

Uses of Random in de.cau.cs.kieler.klay.force.properties
 

Fields in de.cau.cs.kieler.klay.force.properties with type parameters of type Random
static IProperty<Random> Properties.RANDOM
          random number generator for the algorithm.
 

Uses of Random in de.cau.cs.kieler.klay.layered.p3order
 

Methods in de.cau.cs.kieler.klay.layered.p3order with parameters of type Random
 void ForsterConstraintResolver.processConstraints(List<NodeGroup> nodeGroups, int layerIndex, Random random, Map<LNode,NodeGroup>[] singleNodeNodeGroups, com.google.common.collect.Multimap<LNode,LNode> layoutUnits)
          Finds and handles violated constraints.
 void IConstraintResolver.processConstraints(List<NodeGroup> nodeGroups, int layerIndex, Random random, Map<LNode,NodeGroup>[] singleNodeNodeGroups, com.google.common.collect.Multimap<LNode,LNode> layoutUnits)
          Finds and handles violated constraints.
 

Constructors in de.cau.cs.kieler.klay.layered.p3order with parameters of type Random
BarycenterHeuristic(IPortDistributor selPortDistributor, Random graphRandom)
          Constructs a BarycenterHeuristic with the given portDistributor, selected by the LayerSweepCrossingMinimizer.
CompoundGraphLayerCrossingMinimizer(IPortDistributor selPortDistributor, Random graphRandom, boolean handleHierarchy, float[] portRanks, Map<LNode,NodeGroup>[] oneNodeNodeGroups, com.google.common.collect.Multimap<LNode,LNode> layoutUnit)
          Constructs a CompoundGraphLayerCrossingMinimizer with the given IPortDistributor, Random, isCompound, portPos array, single-node-nodeGroup map and layoutUnits.
NodeGroup(LNode node, Random graphRandom)
          Constructs a new instance containing the given node.
NodeGroup(NodeGroup nodeGroup1, NodeGroup nodeGroup2, Random graphRandom)
          Constructs a new vertex that is the concatenation of the given two vertices.
 

Uses of Random in de.cau.cs.kieler.klay.layered.properties
 

Fields in de.cau.cs.kieler.klay.layered.properties with type parameters of type Random
static IProperty<Random> Properties.RANDOM
          random number generator for the algorithm.