~ubuntu-branches/ubuntu/saucy/libstatistics-test-randomwalk-perl/saucy

« back to all changes in this revision

Viewing changes to README

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Yu, Jonathan Yu, Nathan Handler, Salvatore Bonaccorso, Ryan Niebur
  • Date: 2011-01-01 11:15:45 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20110101111545-1xk72oojwlv4v3g1
Tags: 0.02-1
[ Jonathan Yu ]
* New upstream release
* Use new short debhelper rules format
* Standards-Version 3.9.1 (no changes)
* Refresh copyright information
* Use new 3.0 (quilt) source format

[ Nathan Handler ]
* debian/watch: Update to ignore development releases.

[ Salvatore Bonaccorso ]
* debian/control: Changed: Replace versioned (build-)dependency on
  perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as
  permitted by Debian Policy 3.8.3).

[ Ryan Niebur ]
* Update jawnsy's email address

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
  new
25
25
    Creates a new random number tester.
26
26
 
 
27
  set_rescale_factor
 
28
    The default range of the random numbers [0, 1) can be rescaled by a
 
29
    constant factor. This method is the setter for that factor.
 
30
 
 
31
  rescale_factor
 
32
    Returns the current rescaling factor.
 
33
 
27
34
  set_data
28
35
    Sets the random numbers to operate on. First argument must be either an
29
36
    array reference to an array of random numbers or a code reference.
84
91
    Steffen Mueller, <smueller@cpan.org>
85
92
 
86
93
COPYRIGHT AND LICENSE
87
 
    Copyright (C) 2007 by Steffen Mueller
 
94
    Copyright (C) 2007-2010 by Steffen Mueller
88
95
 
89
96
    This library is free software; you can redistribute it and/or modify it
90
97
    under the same terms as Perl itself, either Perl version 5.6 or, at your