[DOC] Fix the paragraph about PRNG update

This commit is contained in:
Nobuyoshi Nakada 2022-12-22 12:48:11 +09:00
Родитель e3847f39a1
Коммит 4e6c44e297
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 7CD2805BFA3770C6
1 изменённых файлов: 3 добавлений и 3 удалений

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

@ -641,9 +641,9 @@ The following APIs are updated.
* PRNG update
`rb_random_interface_t` updated and versioned.
Extension libraries which use this interface and built for older versions.
Also `init_int32` function needs to be defined.
`rb_random_interface_t` in ruby/random.h updated and versioned.
Extension libraries which use this interface and built for older
versions need to rebuild with adding `init_int32` function.
### Added C APIs