net.sourceforge.cilib.type.types
Interface Randomizable

All Known Subinterfaces:
Graph<E>, StructuredType<E>, Tree<E>
All Known Implementing Classes:
AbstractList, AbstractTree, BinaryTree, Bit, GeneralTree, GridLocation, Int, Long, NaryTree, Numeric, Real, RNAConformation, Set, StandardGraph, TypeList, Vector

public interface Randomizable

Author:
gpampara

Method Summary
 void randomize(Random random)
          Apply a randomization using the provided Random.
 

Method Detail

randomize

void randomize(Random random)
Apply a randomization using the provided Random.

Parameters:
random - The Random to use for the randomization.


Copyright © 2009 CIRG. All Rights Reserved.