View Single Post
  #2 (permalink)  
Old 11-27-2009, 07:32 AM
pbrockway2 pbrockway2 is offline
Senior Member
 
Join Date: Feb 2009
Posts: 632
Rep Power: 2
pbrockway2 is on a distinguished road
Default
Make sure you don't have any other class called RandomGenerator in the same directory as test.class (and, please, rename that to Test.class).

acm.util.RandomGenerator is not a standard Java class, so anyone wanting to help would be assisted by a link to its API documentation.
Reply With Quote