| net.sf.jga.fn.adaptor.Random
Random | public class Random extends Generator (Code) | | Functor that returns a pseudorandom value using Math.random(). Additional
implementations are left as an exercise...
Copyright © 2004-2005 David A. Hall
author: David A. Hall |
serialVersionUID | final static long serialVersionUID(Code) | | |
accept | public void accept(net.sf.jga.fn.Visitor v)(Code) | | Calls the Visitor's visit(Random) method, if it
implements the nested Visitor interface.
|
gen | public Double gen()(Code) | | Returns a pseudorandom value, using Math.random().
a pseudorandom value |
|
|