From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.52.181.200 with SMTP id dy8mr859921vdc.8.1412296588588; Thu, 02 Oct 2014 17:36:28 -0700 (PDT) X-Received: by 10.140.29.230 with SMTP id b93mr2245qgb.4.1412296588525; Thu, 02 Oct 2014 17:36:28 -0700 (PDT) Path: border2.nntp.dca1.giganews.com!nntp.giganews.com!dc16no372983qab.1!news-out.google.com!i10ni61qaf.0!nntp.google.com!dc16no372977qab.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 2 Oct 2014 17:36:28 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=139.57.217.90; posting-account=Lb5doAoAAAAWHET3z2_nBVbFSXaZQG1V NNTP-Posting-Host: 139.57.217.90 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <5b7788b4-323f-42db-99e9-66c989992abb@googlegroups.com> Subject: Permutation generator in ada library From: Stribor40 Injection-Date: Fri, 03 Oct 2014 00:36:28 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: number.nntp.giganews.com comp.lang.ada:189310 Date: 2014-10-02T17:36:28-07:00 List-Id: Does ada have built in function that guven integer N creates all possible permutations. I found this code http://rosettacode.org/wiki/Permutations#The_generic_package_Generic_Perm but was wondering if i can just call Ada built in function?