index
:
ruby.git
master
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
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
ruby
/
test_rand.rb
Age
Commit message (
Expand
)
Author
2022-11-10
[Bug #19100] Add `init_int32` function to `rb_random_interface_t`
Nobuyoshi Nakada
2022-01-01
Remove deprecated Random::DEFAULT [Feature #17351]
Nobuyoshi Nakada
2020-12-14
Deprecate Random::DEFAULT
Benoit Daloze
2020-11-27
per-ractor Random::DEFAULT
Koichi Sasada
2020-05-17
Removed useless implementation tests
Nobuyoshi Nakada
2020-05-17
Removed PRNG implementation details from the test
Nobuyoshi Nakada
2020-01-29
Revert "srand() should not run in tests."
Koichi Sasada
2020-01-29
Revert "remove debug code."
Koichi Sasada
2020-01-28
remove debug code.
Koichi Sasada
2020-01-28
srand() should not run in tests.
Koichi Sasada
2019-12-15
rand(beginless_range) raise Errno::EDOM instead of TypeError
Kazuhiro NISHIYAMA
2018-08-03
random.c: endless range random
nobu
2018-02-20
random.c: Random.bytes
nobu
2017-12-12
Add FrozenError as a subclass of RuntimeError
shyouhei
2017-07-19
random.c: ensure initialized
nobu
2017-07-19
test_rand.rb: improved assert_fork_status
nobu
2017-01-20
SecureRandom should try /dev/urandom first [Bug #9569]
shyouhei
2016-08-18
test_rand.rb: refine probability test
nobu
2016-05-13
test_rand.rb: tests for seeds
nobu
2016-05-10
random.c: use bytes
nobu
2015-12-16
Add frozen_string_literal: false for all files
naruse
2015-11-30
* test/ruby/test_rand.rb (TestRand#test_default_seed): add
kosaki
2015-11-30
* random.c (Init_RandomSeed): move all Random::DEFAULT
kosaki
2014-11-13
* test/lib/envutil.rb: Moved from test/ruby/.
akr
2014-03-05
* test/ruby: get rid of warnings.
usa
2013-12-13
test/ruby: better assertions
nobu
2013-11-20
* random.c (rand_init): Make it possible to specify arbitrary array
akr
2013-10-09
* test/ruby/test_rand.rb: fix r43224. local variable `e' is
ko1
2013-10-09
test/ruby: assert_raise_with_message
nobu
2013-07-11
call GC.start before fork-related tests to decrease GC cost on fork children
naruse
2013-06-12
* safe.c (rb_set_safe_level, safe_setter): raise an ArgumentError
shugo
2013-02-24
random.c: increase limit for generic rand
nobu
2013-02-22
random.c: fix error message
nobu
2012-12-03
random.c, rational.c: make marshal methods private
nobu
2012-10-09
array.c: use rb_random_ulong_limited
nobu
2012-06-22
[Bug #6540]
nobu
2012-06-22
random.c: check initialize and load
nobu
2012-03-11
* random.c (random_s_rand): ensure default PRNG is re-initialized
nobu
2011-06-30
* test/ruby/test_rand.rb (test_random_bytes): fold mysteriously
nobu
2011-04-24
* random.c (random_s_rand, Init_Random): Random.rand should behave as
mrkn
2011-02-12
* lib/test/unit.rb (assert_include): add alias.
nobu
2010-11-20
* random.c (random_rand): get rid of overflow.
nobu
2010-08-23
* array.c (rb_ary_shuffle_bang, rb_ary_sample): add optional
nobu
2010-08-05
* complex.c (nucomp_marshal_load): should check the argument.
nobu
2010-08-03
* random.c (Init_Random): add Random::DEFAULT.
nobu
2010-06-05
add an assertion message.
akr
2010-05-26
* random.c (random_rand): subtraction method of non-numeric can
nobu
2010-04-12
add a test.
akr
2010-04-07
* random.c (rand_init): ignore higher bits if all they are same as
nobu
2010-04-03
* random.c (random_rand): raise ArgumentError on nil, as the
nobu
[next]