Skip to content

Commit

Permalink
Update random.c
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Dec 19, 2021
1 parent 8e20943 commit 40c611e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion random.c
Original file line number Diff line number Diff line change
Expand Up @@ -1664,7 +1664,6 @@ rb_f_rand(int argc, VALUE *argv, VALUE obj)
* Returns a random number using the Ruby system PRNG.
*
* See also Random#rand.
* See also Kernel.rand.
*/
static VALUE
random_s_rand(int argc, VALUE *argv, VALUE obj)
Expand Down

0 comments on commit 40c611e

Please sign in to comment.