rand
Class RandEx

java.lang.Object
  |
  +--rand.RandEx
All Implemented Interfaces:
DrawingConst

public class RandEx
extends java.lang.Object
implements DrawingConst

Simple example of the GB random number generator. Based on the gbdk rand.c by Luc Van den Borre. Much slower than the native GB version due to the overhead in fetching the accu fields and the array access overhead.


Fields inherited from interface jaune.target.gb.DrawingConst
AND, BLACK, DKGREY, GRAPHICS_HEIGHT, GRAPHICS_WIDTH, LTGREY, M_FILL, M_NOFILL, OR, SOLID, WHITE, XOR
 
Constructor Summary
RandEx()
           
 
Method Summary
static void main()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RandEx

public RandEx()
Method Detail

main

public static void main()