rb_random_int: ended before it begins

It existed since f3d022543e until
9676023607.  No official releases included
the actual function.  The declaration shall be deleted.
This commit is contained in:
卜部昌平 2021-02-25 16:16:05 +09:00
Родитель 08d5db4064
Коммит 294c244ac8
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -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);