sub Zufallszahl
{
srand();
return int(rand($_[1] - $_[0] + 1)) + $_[0];
}
hallo andreas,
hälst du es wirklich für sinnvoll, das "srand" innerhalb des sub auszuführen?
sub Zufallszahl
{
srand();
return int(rand($_[1] - $_[0] + 1)) + $_[0];
}
hallo andreas,
hälst du es wirklich für sinnvoll, das "srand" innerhalb des sub auszuführen?