sub new { # this was named RNG my $class = shift; my $self = { dx => 0 }; return bless $self, $class; }