first commit

This commit is contained in:
Boris
2024-01-15 20:14:10 +00:00
commit 8c81ee28b7
3106 changed files with 474415 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
#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