Skip to content
  • Nobuyoshi Nakada's avatar
    af5e87ab
    separate rb_random_t · af5e87ab
    Nobuyoshi Nakada authored
    * 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.
    af5e87ab
    separate rb_random_t
    Nobuyoshi Nakada authored
    * 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.
Loading