Note: the modules com.vasileff.ceylon.random.api
and
com.vasileff.ceylon.random.java
have been deprecated.
- The module
com.vasileff.ceylon.random.api
has been replaced byceylon.random
, which is now part of the Ceylon SDK. - A new module
com.vasileff.ceylon.random.extras
containingplatformRandom()
andplatformSecureRandom()
will be available soon. This module will be based on the newceylon.random
SDK module. - A new module
com.vasileff.ceylon.random.java
containingJavaRandom
,JavaSecureRandom
, andJavaRandomAdapter
will be available soon. This module will be based on the newceylon.random
SDK module.
The content of this repository is released under the MIT License as provided in the LICENSE file that accompanied this code.
By submitting a "pull request" or otherwise contributing to this repository, you agree to license your contribution under the license mentioned above.