Bug #5403 ยป 0001-adding-documentation-for-Random.patch
random.c | ||
---|---|---|
r->seed = INT2FIX(0);
|
||
}
|
||
/*
|
||
* Document-class: Random
|
||
*
|
||
* The <code>Random</code> module contains module functions for
|
||
* producing pseudo-random numbers that meet certain requirements
|
||
* for randomness.
|
||
*/
|
||
void
|
||
Init_Random(void)
|
||
{
|