File: README

package info (click to toggle)
libmath-randomorg-perl 0.04-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 160 kB
  • sloc: perl: 743; makefile: 4
file content (43 lines) | stat: -rw-r--r-- 976 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
==============================================================================
                 Release of version 0.02 of Math::RandomOrg
==============================================================================


NAME

    Math::RandomOrg - Retrieve random numbers and data from random.org.


DESCRIPTION

    Math::RandomOrg provides functions for retrieving random data from
    the random.org server. Data may be retrieved in an integer or byte
    stream format using the C<randnum> and C<randbyte> functions
    respectively.

REQUIRES

    Carp
    LWP::Simple
    Math::BigInt

INSTALLING

    To install, run the following commands:
    
      perl Makefile.PL
      make
      make test
      make install

AUTHOR

    Gregory Todd Williams <gwilliams@cpan.org>


COPYRIGHT

	 Copyright (c) 2001--2006, Gregory Williams. All rights reserved.
	 This module is free software. It may be used, redistributed
	 and/or modified under the same terms as Perl itself.