Skip to content

nhooey/Random--Interval

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Random-Interval version 0.01
============================

This module is pretty trivial, just see its Perldoc documentation for usage.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

  POSIX

COPYRIGHT AND LICENCE

Copyright (C) 2010 Shutterstock Images LLC

Written by Neil Hooey <neil@shutterstock.com>

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.8.8 or,
at your option, any later version of Perl 5 you may have available.


About

A module that, given a set of intervals, will return a random number in one of those intervals, reasonably distributed as much as the built-in Perl function rand() is.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages