mirror of
https://github.com/ruby/ruby.git
synced 2026-01-29 05:24:23 +00:00
* random.c: separate abstract rb_random_t and rb_random_mt_t for Mersenne Twister implementation. * include/ruby/random.h: the interface for extensions of Random class. * DLL imported symbol reference is not constant on Windows. * check if properly initialized.
4 lines
85 B
Ruby
4 lines
85 B
Ruby
# frozen_string_literal: false
|
|
require_relative "../auto_ext.rb"
|
|
auto_ext(inc: true)
|