Project

General

Profile

Bug #6313 ยป clarify_default_not_zero.diff

rogerdpack (Roger Pack), 04/18/2012 02:16 AM

View differences:

random.c
/*
* call-seq:
* srand(number=0) -> old_seed
* srand(number) -> old_seed
* srand -> old_seed
*
* Seeds the system pseudo-random number generator, Random::DEFAULT, with
* +number+. The previous seed value is returned.
    (1-1/1)