mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 04:24:23 +00:00
rb_random_int: ended before it begins
It existed since f3d022543ef2afde3d53e7f6b3028eafe39d0ef4 until 96760236079b15674a6322a2ca41b1528b51afbd. No official releases included the actual function. The declaration shall be deleted.
This commit is contained in:
parent
08d5db4064
commit
294c244ac8
@ -34,7 +34,6 @@ unsigned int rb_genrand_int32(void);
|
||||
double rb_genrand_real(void);
|
||||
void rb_reset_random_seed(void);
|
||||
VALUE rb_random_bytes(VALUE rnd, long n);
|
||||
VALUE rb_random_int(VALUE rnd, VALUE max);
|
||||
unsigned int rb_random_int32(VALUE rnd);
|
||||
double rb_random_real(VALUE rnd);
|
||||
unsigned long rb_random_ulong_limited(VALUE rnd, unsigned long limit);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user