org.infinitest.toolkit.random
Interface SourceOfRandomness

All Known Implementing Classes:
JavaSourceOfRandomness

public interface SourceOfRandomness


Method Summary
 boolean nextBoolean()
           
 void nextBytes(byte[] bytes)
           
 double nextDouble()
           
 float nextFloat()
           
 double nextGaussian()
           
 int nextInt()
           
 int nextInt(int n)
           
 long nextLong()
           
 

Method Detail

nextBoolean

boolean nextBoolean()

nextBytes

void nextBytes(byte[] bytes)

nextDouble

double nextDouble()

nextFloat

float nextFloat()

nextGaussian

double nextGaussian()

nextInt

int nextInt()

nextInt

int nextInt(int n)

nextLong

long nextLong()


© Copyright 2009 Paul R. Holser, Jr. All rights reserved. pholser@alumni.rice.edu