NAME

NIST::Beacon - A Perl module for querying NIST's randomness beacon.

VERSION

version 1.002

SYNOPSIS

    use NIST::Beacon;

    my $beacon = NIST::Beacon->new;
    my $record = $beacon->latest_record;

    print "The latest sequence generated by the NIST beacon is: \n";
    print $record->current, "\n";

DESCRIPTION

NIST::Beacon provides a perl interface to the REST API of the NIST randomness beacon.

Methods

SEE ALSO

NIST::Beacon::Record

AUTHOR

William Woodruff william@tuffbizz.com

COPYRIGHT AND LICENSE

This software is Copyright (c) 2015 by William Woodruff.

This is free software, licensed under:

The MIT (X11) License