
Geo::Hashing::Source::Random - Use random values instead of DJIA opening values

use Geo::Hashing; my $g = new Geo::Hashing(source => 'random'); printf "Today's random offset is at %.6f, %.6f.\n", $g->lat, $g->lon;

See documentation of Geo::Hashing.

Dan Boger, <zigdon@gmail.com>

Copyright (C) 2008 by Dan Boger
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have available.