File: README

package info (click to toggle)
libdata-random-perl 0.13-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 688 kB
  • sloc: perl: 404; sh: 11; makefile: 10
file content (18 lines) | stat: -rw-r--r-- 543 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
This is the README file for Data::Random, a Perl module for generating random data.  You might find it helpful mostly in test programs to easily generate pseudo-realistic distributions of data.

INSTALLATION:

The standard perl module install process:

perl Makefile.PL
make
make test (optional)
make install

The module also the module Time::Piece for rand_date() and rand_datetime()
and GD for rand_image(). Both are available on CPAN. Time::Piece is included
in core Perl 5.10.0 and up.

--

Adekunle Olonoh <koolade@users.sourceforge.net>