org.apache.mahout.math.jet.random.engine
Class RandomSeedTable

java.lang.Object
  extended by org.apache.mahout.math.jet.random.engine.RandomSeedTable

Deprecated. until unit tests are in place. Until this time, this class/interface is unsupported.

@Deprecated
public class RandomSeedTable
extends java.lang.Object


Method Summary
static int getSeedAtRowColumn(int row, int column)
          Deprecated. Returns a deterministic seed from a (seemingly gigantic) matrix of predefined seeds.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getSeedAtRowColumn

public static int getSeedAtRowColumn(int row,
                                     int column)
Deprecated. 
Returns a deterministic seed from a (seemingly gigantic) matrix of predefined seeds.

Parameters:
row - should (but need not) be in [0,Integer.MAX_VALUE].
column - shoould (but need not) be in [0,SeedTable.COLUMNS-1].
Returns:
the seed at the indicated matrix position.


Copyright © 2008-2010 The Apache Software Foundation. All Rights Reserved.