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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,c7fc42d2c6a0eedc X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-04-03 01:56:16 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed.freenet.de!feed.news.nacamar.de!news.belwue.de!news.uni-stuttgart.de!not-for-mail From: Peter Hermann Newsgroups: comp.lang.ada Subject: Re: Ada2005 random Date: Thu, 3 Apr 2003 09:56:15 +0000 (UTC) Organization: Comp.Center (RUS), U of Stuttgart, FRG Message-ID: References: NNTP-Posting-Host: sinus.csv.ica.uni-stuttgart.de X-Trace: news.uni-stuttgart.de 1049363775 17868 129.69.118.70 (3 Apr 2003 09:56:15 GMT) X-Complaints-To: news@news.uni-stuttgart.de NNTP-Posting-Date: Thu, 3 Apr 2003 09:56:15 +0000 (UTC) User-Agent: tin/1.5.12-20020311 ("Toxicity") (UNIX) (Linux/2.4.20-xfs-preempt (i686)) Xref: archiver1.google.com comp.lang.ada:35902 Date: 2003-04-03T09:56:15+00:00 List-Id: Lutz and all, > * Peter Hermann wrote: >> In an application I need a variable discrete random function. ^^^^^^^^ with "variable" I meant the following flexibility, e.g. : a := random(generator1, 1 , 9); b := random(generator1, 1 , 8); c := random(generator1, 3 , 7);