|
Revision 13561, 253 bytes
(checked in by lanny, 2 years ago)
|
|
[ext/Math-Random-Kiss]
- simple fast PRNG (Marsaglia)
- has a working srand() but is *slow* (in pugs) so no Prelude for it
[t/unspecced/sort.t]
- minor cleanup
|
-
Property svn:mime-type set to
text/plain; charset=UTF-8
-
Property svn:eol-style set to
native
-
Property svn:executable set to
*
|
| Line | |
|---|
| 1 | use strict; |
|---|
| 2 | use lib "../..", "../../inc"; |
|---|
| 3 | use inc::Module::Install prefix => '../../inc'; |
|---|
| 4 | |
|---|
| 5 | name ('Math::Random::Kiss'); |
|---|
| 6 | version ('0.01'); |
|---|
| 7 | abstract ('Perl 6 Math::Random::Kiss'); |
|---|
| 8 | author ('Pugs team'); |
|---|
| 9 | license ('perl'); |
|---|
| 10 | |
|---|
| 11 | WritePugs (6); |
|---|