GP.Attributes.Values
Class Random

java.lang.Object
  |
  +--GP.Attributes.Value
        |
        +--GP.Attributes.Values.Random

public class Random
extends Value


Constructor Summary
Random(Range r)
           
 
Method Summary
 double GetValue()
           
 
Methods inherited from class GP.Attributes.Value
Copy, equals, Sum
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Random

public Random(Range r)
Method Detail

GetValue

public double GetValue()
Overrides:
GetValue in class Value