General Actions:
Log-in
Register
Wiki:
games
▼
:
Document Index
»
Space:
Groovy
▼
:
Document Index
»
Page:
Random
Search
en
Page Actions:
Export
▼
:
Export as PDF
Export as RTF
Export as HTML
More actions
▼
:
Print preview
View Source
Random
Wiki source code of
Random
Last modified by
Adam Hattrell
on 2008/05/25 23:20
Content
·
Comments
(0)
·
Annotations
(0)
·
Attachments
(0)
·
History
·
Information
Hide line numbers
1: 2: /* Groovy Class #* */ 3: 4: class randomClass 5: { 6: Random getRandom() 7: { 8: return (new java.util.Random()) ; 9: } 10: 11: } 12: 13: /* *# */