FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src/org/jruby/RubyRandom.java - MSNexploder/jruby · GitHub
MSNexploder
/
jruby
Public
forked from
jruby/jruby
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
jruby
src
org
jruby
RubyRandom.java
on
parallel_boot
User selector
Datepicker
Commit history
Commits on Mar 28, 2013
Move RuntimeHelpers to org.jruby.runtime.Helpers.
headius
committed
bb98e4b
View commit details
Copy full SHA for bb98e4b
View code at this point
Browse repository at this point
Commits on Feb 25, 2013
Fix more references to CPL.
Show description for 61678ac
headius
committed
61678ac
View commit details
Copy full SHA for 61678ac
View code at this point
Browse repository at this point
Commits on Feb 12, 2013
Switch JRuby's CPL license to EPL.
Show description for 330fef3
headius
committed
330fef3
View commit details
Copy full SHA for 330fef3
View code at this point
Browse repository at this point
Commits on Oct 25, 2012
Move Java-sourced dynamic call logic to MethodNames enum.
headius
committed
c6013c5
View commit details
Copy full SHA for c6013c5
View code at this point
Browse repository at this point
Commits on Sep 29, 2012
Fix JRUBY-6838: Kernel#rand(Range) not supported
Show description for 4381bc2
headius
committed
4381bc2
View commit details
Copy full SHA for 4381bc2
View code at this point
Browse repository at this point
Commits on Jul 27, 2012
Inline all calls to ThreadContext.getRuntime to access the field.
headius
committed
b8181cd
View commit details
Copy full SHA for b8181cd
View code at this point
Browse repository at this point
Commits on Feb 7, 2012
Deprecate and remove uses of defunct JRubyMethod.backtrace flag.
headius
committed
8b22798
View commit details
Copy full SHA for 8b22798
View code at this point
Browse repository at this point
Commits on Sep 15, 2011
Fixes for test-all.
Show description for a42b021
headius
committed
a42b021
View commit details
Copy full SHA for a42b021
View code at this point
Browse repository at this point
Commits on May 11, 2011
Merge branch 'MersenneTwister'
Show description for 8c6dba0
Hiroshi Nakamura
committed
8c6dba0
View commit details
Copy full SHA for 8c6dba0
View code at this point
Browse repository at this point
Commits on Apr 2, 2011
Replace most slow core-to-core calls to ==, hash, and <=> with lighter-weight global cache hits.
headius
committed
dd0ede8
View commit details
Copy full SHA for dd0ede8
View code at this point
Browse repository at this point
Commits on Feb 17, 2011
Array method cleanups which uses PRNG
Show description for f691984
Hiroshi Nakamura
committed
f691984
View commit details
Copy full SHA for f691984
View code at this point
Browse repository at this point
Commits on Feb 9, 2011
Array method cleanups which uses PRNG
Show description for fd957a1
Hiroshi Nakamura
committed
fd957a1
View commit details
Copy full SHA for fd957a1
View code at this point
Browse repository at this point
Code cleanup for RubyRandom.java
Show description for a8effb1
Hiroshi Nakamura
committed
a8effb1
View commit details
Copy full SHA for a8effb1
View code at this point
Browse repository at this point
Fix Random Marshal format incompat with CRuby.
Show description for 91289a8
Hiroshi Nakamura
committed
91289a8
View commit details
Copy full SHA for 91289a8
View code at this point
Browse repository at this point
Commits on Feb 8, 2011
[1.9] Random class bug fixes.
Show description for 34aad09
Hiroshi Nakamura
committed
34aad09
View commit details
Copy full SHA for 34aad09
View code at this point
Browse repository at this point
[1.9] Random#rand(Range) and Marshal support.
Show description for fe0c6ce
Hiroshi Nakamura
committed
fe0c6ce
View commit details
Copy full SHA for fe0c6ce
View code at this point
Browse repository at this point
[1.9] Random impl with Mersenne Twister
Show description for 8950bca
Hiroshi Nakamura
committed
8950bca
View commit details
Copy full SHA for 8950bca
View code at this point
Browse repository at this point
[1.8] Adopt Mersenne Twister PRNG.
Show description for de43a3b
Hiroshi Nakamura
committed
de43a3b
View commit details
Copy full SHA for de43a3b
View code at this point
Browse repository at this point
Commits on Dec 24, 2010
Fix JRUBY-5243: [RubySpec][1.9] Random#rand with Range considers Integers as Floats if one end point is a float
BanzaiMan
committed
ddc2791
View commit details
Copy full SHA for ddc2791
View code at this point
Browse repository at this point
Commits on Dec 8, 2010
Improve perf of Object#dup by implementing a new RubyBasicObject#syncVariables that's smart about the new variable table logic.
headius
committed
65f3001
View commit details
Copy full SHA for 65f3001
View code at this point
Browse repository at this point
Commits on Dec 1, 2010
Merge "backtrace" branch to master, now that it runs clean on all our various test cases.
Show description for fd0fa78
headius
committed
fd0fa78
View commit details
Copy full SHA for fd0fa78
View code at this point
Browse repository at this point
Commits on Jun 28, 2010
[findbugs] set max without going through Long.
BanzaiMan
committed
c68d763
View commit details
Copy full SHA for c68d763
View code at this point
Browse repository at this point
Commits on May 28, 2010
fixes JRUBY-4713: [1.9.2] New Random library is almost completely unimplemented
calavera
committed
41da7ab
View commit details
Copy full SHA for 41da7ab
View code at this point
Browse repository at this point
Commits on May 25, 2010
revert b9ab3bc and 3ac26d2
calavera
committed
0df42d7
View commit details
Copy full SHA for 0df42d7
View code at this point
Browse repository at this point
fixes JRUBY-4713: [1.9.2] New Random library is almost completely unimplemented
calavera
committed
3ac26d2
View commit details
Copy full SHA for 3ac26d2
View code at this point
Browse repository at this point
Commits on May 2, 2010
Miscellaneous cleanup:
Show description for e05b969
headius
committed
e05b969
View commit details
Copy full SHA for e05b969
View code at this point
Browse repository at this point
Commits on Apr 12, 2010
JRUBY-4713: Implements most of the Random methods
Show description for efbc7e6
calavera
authored and
vvs
committed
efbc7e6
View commit details
Copy full SHA for efbc7e6
View code at this point
Browse repository at this point
Commits on Jan 15, 2010
Partial fix for JRUBY-4456: [1.9] Random class is not defined
Show description for c852b97
vvs
committed
c852b97
View commit details
Copy full SHA for c852b97
View code at this point
Browse repository at this point
Loading
Back
|
FazBrowse Home
|
New Git URL