The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Art::World - Agents interactions modeling

SYNOPSIS

use Art::World::Util;

say Art::World::Util->new_person->fake_name;
#==> Firtname Lastname

Art::World::Util->new_math->pick( 10, 1000 ));
#==> 666

DESCRIPTION

Art::World::Util provide useful generation tools for automated Agents creation.

AUTHOR

Sébastien Feugère <sebastien@feugere.net>

COPYRIGHT AND LICENSE

Copyright 2006-2021 Sebastien Feugère

This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.