{
    "content": [
        {
            "type": "text",
            "text": "# Math::Random::ISAAC::PP (perldoc)\n\n## NAME\n\nMath::Random::ISAAC::PP - Pure Perl port of the ISAAC PRNG algorithm\n\n## SYNOPSIS\n\nThis module implements the same interface as \"Math::Random::ISAAC\" and can be used as a drop-in\nreplacement. However, it is recommended that you let the \"Math::Random::ISAAC\" module decide\nwhether to use the PurePerl or XS version of this module, instead of choosing manually.\nSelecting the backend to use manually really only has two uses:\n*   If you are trying to avoid the small overhead incurred with dispatching method calls to the\nappropriate backend modules.\n*   If you are testing the module for performance and wish to explicitly decide which module you\nwould like to use.\nExample code:\n# With Math::Random::ISAAC\nmy $rng = Math::Random::ISAAC->new(time);\nmy $rand = $rng->rand();\n# With Math::Random::ISAAC::PP\nmy $rng = Math::Random::ISAAC::PP->new(time);\nmy $rand = $rng->rand();\n\n## DESCRIPTION\n\nSee Math::Random::ISAAC for the full description.\n\n## Sections\n\n- **NAME**\n- **VERSION**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **METHODS**\n- **SEE ALSO**\n- **BUGS**\n- **AUTHOR**\n- **COPYRIGHT AND LICENSE**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "Math::Random::ISAAC::PP",
        "section": "",
        "mode": "perldoc",
        "summary": "Math::Random::ISAAC::PP - Pure Perl port of the ISAAC PRNG algorithm",
        "synopsis": "This module implements the same interface as \"Math::Random::ISAAC\" and can be used as a drop-in\nreplacement. However, it is recommended that you let the \"Math::Random::ISAAC\" module decide\nwhether to use the PurePerl or XS version of this module, instead of choosing manually.\nSelecting the backend to use manually really only has two uses:\n*   If you are trying to avoid the small overhead incurred with dispatching method calls to the\nappropriate backend modules.\n*   If you are testing the module for performance and wish to explicitly decide which module you\nwould like to use.\nExample code:\n# With Math::Random::ISAAC\nmy $rng = Math::Random::ISAAC->new(time);\nmy $rand = $rng->rand();\n# With Math::Random::ISAAC::PP\nmy $rng = Math::Random::ISAAC::PP->new(time);\nmy $rand = $rng->rand();",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "VERSION",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 22,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "METHODS",
                "lines": 15,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "BUGS",
                "lines": 6,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "COPYRIGHT AND LICENSE",
                "lines": 14,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "Math::Random::ISAAC::PP - Pure Perl port of the ISAAC PRNG algorithm\n",
                "subsections": []
            },
            "VERSION": {
                "content": "version 1.004\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "This module implements the same interface as \"Math::Random::ISAAC\" and can be used as a drop-in\nreplacement. However, it is recommended that you let the \"Math::Random::ISAAC\" module decide\nwhether to use the PurePerl or XS version of this module, instead of choosing manually.\n\nSelecting the backend to use manually really only has two uses:\n\n*   If you are trying to avoid the small overhead incurred with dispatching method calls to the\nappropriate backend modules.\n\n*   If you are testing the module for performance and wish to explicitly decide which module you\nwould like to use.\n\nExample code:\n\n# With Math::Random::ISAAC\nmy $rng = Math::Random::ISAAC->new(time);\nmy $rand = $rng->rand();\n\n# With Math::Random::ISAAC::PP\nmy $rng = Math::Random::ISAAC::PP->new(time);\nmy $rand = $rng->rand();\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "See Math::Random::ISAAC for the full description.\n",
                "subsections": []
            },
            "METHODS": {
                "content": "new\nMath::Random::ISAAC::PP->new( @seeds )\n\nImplements the interface as specified in \"Math::Random::ISAAC\"\n\nrand\n$rng->rand()\n\nImplements the interface as specified in \"Math::Random::ISAAC\"\n\nirand\n$rng->irand()\n\nImplements the interface as specified in \"Math::Random::ISAAC\"\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "Math::Random::ISAAC\n",
                "subsections": []
            },
            "BUGS": {
                "content": "Please report any bugs or feature requests on the bugtracker website\nhttp://rt.cpan.org/NoAuth/Bugs.html?Dist=Math-Random-ISAAC\n\nWhen submitting a bug or request, please include a test-file or a patch to an existing test-file\nthat illustrates the bug or desired feature.\n",
                "subsections": []
            },
            "AUTHOR": {
                "content": "Jonathan Yu <jawnsy@cpan.org>\n",
                "subsections": []
            },
            "COPYRIGHT AND LICENSE": {
                "content": "Legally speaking, this package and its contents are:\n\nCopyright (c) 2011 by Jonathan Yu <jawnsy@cpan.org>.\n\nBut this is really just a legal technicality that allows the author to offer this package under\nthe public domain and also a variety of licensing options. For all intents and purposes, this is\npublic domain software, which means you can do whatever you want with it.\n\nThe software is provided \"AS IS\", without warranty of any kind, express or implied, including\nbut not limited to the warranties of merchantability, fitness for a particular purpose and\nnoninfringement. In no event shall the authors or copyright holders be liable for any claim,\ndamages or other liability, whether in an action of contract, tort or otherwise, arising from,\nout of or in connection with the software or the use or other dealings in the software.\n",
                "subsections": []
            }
        }
    }
}