X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=message-id:date:mime-version:user-agent:subject:content-language:to :references:from:in-reply-to:content-transfer-encoding; bh=eSSLtioWXRRhq8cKJUnPKnusPhLbxe6sQ+w+Xame/U0=; b=K9ut3L1Tga+3OasQ53Y4bQGBSjJaexuDhjGOH/SYtzGTuix5kr1ke1Jm96LOdv1HiB bXeWx/7SIg6PiKj8GhVgo1D437R2L/PJz2yjRHNvNz1bk0wrGrHoP2pHaIHnHNPVzMTu 19jgea136Zv6PMLACglIhd3IOp+tEcs53b8X+wtyzg1/agFGWrXAmMV+lwz7IyafwjuS fyYe0/29+TtG1RoD9Tzu73P8j4+epBElc1lJ3CIsqr9ZhHBWcXG22Y1pM660OLehNcpQ s5Rqxu70G8QVzmbv6oDZSmjbOIiAHJT8OYKoJm+CIok9Rum0JkZktv7/Al/8D+NXbmZD zThg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:references:from:in-reply-to :content-transfer-encoding; bh=eSSLtioWXRRhq8cKJUnPKnusPhLbxe6sQ+w+Xame/U0=; b=nXoMa02fw2N/nHQ0xlDZyovA3/CyH1EZasYKeBwY0ZKiLPxHmF/p7riWG1anDTK2Oe 7xObsqh1MHfBroYiNd+ouJsZasAD0j0yPyvO88JgrZ8mlqA+JYAFo84n2tPu/34IJAgG eIKEWPhdy5idmatkkk+yMQHAFZ/0pluu6VzYqMa1cX3hlolj6d4hFe/W/aTdcGE0nZqG BrWCb925dLabf5vLdAww2IQu6KeDm+jhR/tzXu3dn3A8Sr5Q3ERdbf2QuOdeaFDJQqTw Z+hnW6RN/LgN5x3KxXAy8XWocRuJkYCRfZmoGaOa4aHR9iRwNct3W8/8EFd4pNhGMDN5 4Z7A== X-Gm-Message-State: AOAM5331NiE5x5zHf72G2k5PWtpxHHRufcMIAwNU/AWOF9AGSYTvTpQb YVNpQFEhRH3+ZWxXiIGfDnGKYVEysYE= X-Google-Smtp-Source: ABdhPJyycGc+s3LSTqxgBY7kDnFDHBlpaZFnkCQDCoNwy30K+rWt9W7Skqs+dLiBcox/xJPpzplhvQ== X-Received: by 2002:a37:63cc:0:b0:6a0:c68b:b06d with SMTP id x195-20020a3763cc000000b006a0c68bb06dmr13126193qkb.90.1652727225338; Mon, 16 May 2022 11:53:45 -0700 (PDT) Message-ID: <05d2bacd-34c9-619b-0774-ac29e9978755@gmail.com> Date: Mon, 16 May 2022 14:53:43 -0400 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.9.0 Subject: Re: ANNOUNCE: DJGPP port of Jansson 2.14 uploaded Content-Language: en-US To: djgpp AT delorie DOT com References: <202205161829 DOT 24GITkIb001461 AT delorie DOT com> From: "Frank Sapone (emoaddict15 AT gmail DOT com) [via djgpp AT delorie DOT com]" In-Reply-To: <202205161829.24GITkIb001461@delorie.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 5/16/2022 2:18 PM, Juan Manuel Guerrero (juan DOT guerrero AT gmx DOT de) [via djgpp-announce AT delorie DOT com] wrote: > DJGPP specific changes. > ======================= > > - The library requires an entropy source to seed the hash function. > This can either be a driver or a random data file. On plain DOS > one such driver, NOISE.SYS, can be obtained from: > http://www.rahul.net/dkaufman/index.html > as: > http://www.rahul.net/dkaufman/noise063a2.zip > Please read the instructions carefully. This driver works on DOS > and may be on some versions of Windows but it does not work for all > versions of Windows. For XP it does not work and I have found no > replacement. Alternatively a random data file can be used. > It will be found by the library at run-time by evaluating the > RANDFILE environment variable. Hi Juan, Thanks for the port.  I may have some use for this under DOS. However, is the noise driver absolutely required to use this lib? Is there some reason it can't just use the regular rand() functions?  The website shows "under construction" when the link is followed btw. Thanks, Frank