From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 123019 invoked by alias); 22 Oct 2019 04:25:42 -0000 Mailing-List: contact kawa-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: kawa-owner@sourceware.org Received: (qmail 123011 invoked by uid 89); 22 Oct 2019 04:25:42 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-3.8 required=5.0 tests=AWL,BAYES_00,KAM_NUMSUBJECT,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.1 spammy=Per, HTo:U*kawa X-HELO: aibo.runbox.com Received: from aibo.runbox.com (HELO aibo.runbox.com) (91.220.196.211) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 22 Oct 2019 04:25:41 +0000 Received: from [10.9.9.203] (helo=mailfront21.runbox) by mailtransmit02.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1iMljl-0003uk-Cp; Tue, 22 Oct 2019 06:25:37 +0200 Received: by mailfront21.runbox with esmtpsa [Authenticated alias (524175)] (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) id 1iMljg-0002fR-2j; Tue, 22 Oct 2019 06:25:32 +0200 Subject: Re: SRFI 27 To: taknamay , kawa@sourceware.org References: From: Per Bothner Message-ID: Date: Tue, 22 Oct 2019 04:25:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.1.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2019-q4/txt/msg00001.txt.bz2 On 10/21/19 7:11 PM, taknamay wrote: > Hi, just wondering if there is a particular reason SRFI 27 has not been > implemented yet. If not, I think it would be super-easy given the built-in > Java PRNG capabilities. If nobody has time to get around to it, I can > submit a patch. Mainly, because no-one has been sufficiently motivated. Also, for a good implementation a little research seems in order, and it probably makes sense to use the available Java tools, such java.util.Random or java.security.SecureRandom. -- --Per Bothner per@bothner.com http://per.bothner.com/