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.11

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

Authors

  • Anton Antonov

License

Artistic-2.0

Dependencies

Math::SpecialFunctions:ver<0.1.0+>Statistics::Distributions:ver<0.1.4+>

Test Dependencies

Provides

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

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

Built with Podlite — the markup and publishing tools behind this site.