[1.9.2] New Random library is almost unimplemented
--------------------------------------------------

                 Key: JRUBY-4713
                 URL: http://jira.codehaus.org/browse/JRUBY-4713
             Project: JRuby
          Issue Type: Bug
          Components: Core Classes/Modules, Ruby 1.9, RubySpec
    Affects Versions: JRuby 1.4
            Reporter: Vladimir Sizikov


Currently, JRuby really provides only #new and #seed methods, but missing most 
of the actual important methods: #rand, #srand.

This leads to at least 53 rubyspec failures.

Here's the ruby-doc for Random:

{noformat}
 Class: Random < Object
 Class methods: new, new_seed, rand, srand
 Instance methods: ==, bytes, rand, seed
{noformat}


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to