File: README

package info (click to toggle)
libdata-random-perl 0.11-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 740 kB
  • ctags: 156
  • sloc: perl: 1,821; sh: 11; makefile: 4
file content (16 lines) | stat: -rw-r--r-- 482 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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 uses Date::Calc for rand_date() and rand_datetime(), and GD for rand_image()  (both available on CPAN)

--

Adekunle Olonoh <koolade@users.sourceforge.net>