https://github.com/salva/p5-math-vector-real-random
Generate random real vectors
https://github.com/salva/p5-math-vector-real-random
Last synced: 3 months ago
JSON representation
Generate random real vectors
- Host: GitHub
- URL: https://github.com/salva/p5-math-vector-real-random
- Owner: salva
- Created: 2011-06-09T15:45:08.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2014-04-27T08:18:13.000Z (about 11 years ago)
- Last Synced: 2023-03-10T19:41:01.090Z (about 2 years ago)
- Language: Perl
- Homepage:
- Size: 180 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
Math-Vector-Real-Random
=======================Extends Math::Vector::Real module with random vector generation
functions.INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make installDEPENDENCIES
This module requires these other modules and libraries:
Math::Vector::Real
Math::RandomCOPYRIGHT AND LICENCE
Copyright (C) 2011, 2013 by Salvador Fandino
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.12.3 or,
at your option, any later version of Perl 5 you may have available.