General Actions:
Log-in
Register
Wiki:
Main wiki
▼
:
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
Administrator
on 2008/05/25 22:31
Content
·
Comments
(0)
·
Annotations
(0)
·
Attachments
(0)
·
History
·
Information
Show line numbers
/* Groovy Class #* */ class randomClass { Random getRandom() { return (new java.util.Random()) ; } } /* *# */