Files
G4G0-1/Semester 1/Programming 1/Java/examples/projects/chapter12/foxes-and-rabbits-v2/Randomizer.ctxt
2024-01-15 20:14:10 +00:00

12 lines
491 B
Plaintext
Executable File

#BlueJ class context
comment0.params=
comment0.target=Randomizer()
comment0.text=\n\ Constructor\ for\ objects\ of\ class\ Randomizer\n
comment1.params=
comment1.target=java.util.Random\ getRandom()
comment1.text=\n\ Provide\ a\ random\ generator.\n\ @return\ A\ random\ object.\n
comment2.params=
comment2.target=void\ reset()
comment2.text=\n\ Reset\ the\ randomization.\n\ This\ will\ have\ no\ effect\ if\ randomization\ is\ not\ through\n\ a\ shared\ Random\ generator.\n
numComments=3