JMSLTM Numerical Library 5.0.1

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 5.0.1

Copyright © 1970-2008 Visual Numerics, Inc.
Built July 8 2008.