mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* expand tabs.
This commit is contained in:
parent
2c60f37143
commit
2e2cd8297b
1 changed files with 1 additions and 1 deletions
2
random.c
2
random.c
|
@ -1545,7 +1545,7 @@ InitVM_Random(void)
|
|||
|
||||
{
|
||||
/* Direct access to Ruby's Pseudorandom number generator (PRNG). */
|
||||
VALUE rand_default = Init_Random_default(rb_cRandom);
|
||||
VALUE rand_default = Init_Random_default(rb_cRandom);
|
||||
/* The default Pseudorandom number generator. Used by class
|
||||
* methods of Random. */
|
||||
rb_define_const(rb_cRandom, "DEFAULT", rand_default);
|
||||
|
|
Loading…
Add table
Reference in a new issue