JMSLTM Numerical Library 6.0

com.imsl.stat
Interface Random.BaseGenerator

All Known Implementing Classes:
MersenneTwister, MersenneTwister64
Enclosing class:
Random

public static interface Random.BaseGenerator

Base pseudorandom number.


Method Summary
 int next(int bits)
          Generates the next pseudorandom number.
 

Method Detail

next

int next(int bits)
Generates the next pseudorandom number.

Parameters:
bits - random bits
Returns:
the next pseudorandom value from this random number generator's sequence.

JMSLTM Numerical Library 6.0

Copyright © 1970-2009 Visual Numerics, Inc.
Built September 1 2009.