public class SingletonRandomFactory extends Object implements Random, Factory<Random>
Factory.Named<T>
SingletonRandomFactory(Factory<Random> factory)
Random
create()
void
fill(byte[] bytes, int start, int len)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public SingletonRandomFactory(Factory<Random> factory)
public Random create()
create
Factory<Random>
public void fill(byte[] bytes, int start, int len)
fill
bytes
start
len
Copyright © 2009-2013. All Rights Reserved.