mirror of
https://github.com/johnkerl/miller.git
synced 2026-08-01 12:11:15 +00:00
5 lines
60 B
Text
5 lines
60 B
Text
begin {
|
|
@x = 0.0
|
|
}
|
|
@x += 0.01 * (urand() - 0.5);
|
|
$x = @x;
|