Generators

Data::Generators

Data::Generators package has data generation functions for random words, pretentious job titles.

Synopsis

use Data::Generators;
say random-word(6);
    say random-word(6, type => 'known');
    say random-pretentious-job-title(4)
    say random-pretentious-job-title(4, language => 'Bulgarian')

Data::Generators v0.1.4

Random data generation functions: strings, words, numbers, pet names, job titles, vectors, arrays, and tabular datasets.

Authors

  • Anton Antonov

License

Artistic-2.0

Dependencies

Test Dependencies

Provides

  • Data::Generators
  • Data::Generators::RandomFunctions
  • Data::Generators::RandomTabularDataset
  • Data::Generators::RandomVariate
  • Data::Generators::ResourceAccess

The Camelia image is copyright 2009 by Larry Wall. "Raku" is trademark of the Yet Another Society. All rights reserved.