index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
random.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
random.c: fix handle to release
nobu
2015-03-19
1
-2
/
+2
*
ruby.h: suppress false warnings
nobu
2015-03-16
1
-2
/
+0
*
ruby.h: suppress false warnings
nobu
2015-03-16
1
-0
/
+2
*
* random.c (random_raw_seed): Avoid calling fill_random_bytes()
odaira
2015-03-04
1
-0
/
+1
*
random.c: suppress a warning
nobu
2015-02-15
1
-1
/
+1
*
random.c: ArgumentError for invalid argument
nobu
2015-02-14
1
-4
/
+17
*
random.c: allow negative argument to random_number
nobu
2015-02-14
1
-8
/
+17
*
random.c: rand_random_number
nobu
2015-02-14
1
-50
/
+135
*
random.c: use PRIsVALUE
nobu
2015-02-14
1
-3
/
+1
*
random.c: Random.raw_seed
nobu
2015-02-14
1
-28
/
+78
*
use 0 for reserved
nobu
2014-12-01
1
-1
/
+1
*
* internal.h: Include ruby.h and ruby/encoding.h to be
akr
2014-11-15
1
-1
/
+0
*
random.c: fix casts
nobu
2014-07-09
1
-4
/
+4
*
Init functions don't need ID caches
nobu
2014-07-03
1
-1
/
+8
*
* internal.h: Rename macro names: RBIGNUM_FOO to BIGNUM_FOO.
akr
2014-02-15
1
-2
/
+2
*
* random.c (rand_init): Make it possible to specify arbitrary array
akr
2013-11-20
1
-6
/
+0
*
* add RUBY_TYPED_FREE_IMMEDIATELY to data types which only use
ko1
2013-10-29
1
-0
/
+1
*
* random.c (make_seed_value): a local array declaration was accessed
mame
2013-10-02
1
-1
/
+1
*
* include/ruby/ruby.h: rename RARRAY_RAWPTR() to RARRAY_CONST_PTR().
ko1
2013-09-25
1
-1
/
+1
*
random.c: coerce before check negative
nobu
2013-08-13
1
-1
/
+1
*
* random.c (random_load): use RARRAY_RAWPTR() instead of
ko1
2013-08-07
1
-2
/
+2
*
* safe.c (rb_set_safe_level, safe_setter): raise an ArgumentError
shugo
2013-06-12
1
-1
/
+0
*
* random.c (rand_int): Use rb_big_uminus.
akr
2013-06-11
1
-2
/
+1
*
* internal.h (INTEGER_PACK_NEGATIVE): Defined.
akr
2013-06-11
1
-5
/
+5
*
* bignum.c (rb_integer_pack): Returns sign instead of words.
akr
2013-06-10
1
-4
/
+4
*
* bignum.c (rb_absint_numwords): Renamed from rb_absint_size_in_word.
akr
2013-06-09
1
-2
/
+2
*
* bignum.c (rb_integer_pack): numwords_allocated argument removed.
akr
2013-06-09
1
-4
/
+4
*
* random.c (limited_big_rand): declare rnd, lim and mask as uint32_t
charliesome
2013-06-08
1
-3
/
+4
*
* random.c: Unused RBignum internal accessing macros removed.
akr
2013-06-08
1
-9
/
+0
*
* random.c (limited_big_rand): The argument, limit, is changed to
akr
2013-06-08
1
-27
/
+24
*
* random.c (make_seed_value): Fix the length given for
akr
2013-06-08
1
-1
/
+1
*
* bignum.c (rb_integer_unpack): Don't use rb_funcall if possible.
akr
2013-06-08
1
-23
/
+22
*
* random.c (rand_init): Add a cast to fix clang compile error:
akr
2013-06-08
1
-1
/
+1
*
* random.c (rand_init): Use rb_integer_pack.
akr
2013-06-08
1
-46
/
+21
*
* internal.h (INTEGER_PACK_FORCE_BIGNUM): New flag constant.
akr
2013-06-08
1
-3
/
+5
*
* random.c (int_pair_to_real_inclusive): Use rb_funcall instead of
akr
2013-06-08
1
-1
/
+1
*
* random.c (int_pair_to_real_inclusive): Use rb_integer_pack.
akr
2013-06-08
1
-15
/
+5
*
* random.c (int_pair_to_real_inclusive): Use rb_integer_unpack.
akr
2013-06-08
1
-22
/
+19
*
* random.c (random_load): Use rb_integer_pack.
akr
2013-06-07
1
-44
/
+3
*
* random.c (numberof): Removed.
akr
2013-06-07
1
-1
/
+0
*
* random.c: include internal.h.
akr
2013-06-07
1
-17
/
+4
*
* random.c (int_pair_to_real_inclusive): Add a cast to BDIGIT.
akr
2013-06-05
1
-41
/
+31
*
* gc.c: support RGENGC. [ruby-trunk - Feature #8339]
ko1
2013-05-13
1
-1
/
+1
*
* include/ruby/ruby.h: constify RBasic::klass and add
ko1
2013-05-13
1
-1
/
+1
*
* random.c: Document Random::DEFAULT by @eLobato [Fixes GH-304]
zzak
2013-05-13
1
-0
/
+1
*
* configure.in: check struct timeval exist or not.
kosaki
2013-03-16
1
-0
/
+3
*
random.c: increase limit for generic rand
nobu
2013-02-24
1
-1
/
+14
*
random.c: fix error message
nobu
2013-02-22
1
-0
/
+4
*
* random.c: Document range argument for Kernel#rand.
zzak
2013-02-03
1
-3
/
+5
*
random.c, rational.c: make marshal methods private
nobu
2012-12-03
1
-2
/
+2
[next]