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