ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Cc: "Thomas A. Schmitz" <thomas.schmitz@uni-bonn.de>
Subject: Re: random background picture in metafun
Date: Thu, 15 Mar 2012 19:06:00 +0100	[thread overview]
Message-ID: <4F622F88.1080903@wxs.nl> (raw)
In-Reply-To: <4F61B400.4020607@uni-bonn.de>

On 15-3-2012 10:18, Thomas A. Schmitz wrote:
> On 03/13/2012 07:24 PM, Peter Rolf wrote:
>>> Actually, round (uniformdeviate(nopics-1)) does not give equal weightage
>>> > to 1 and nofpics. A better solution is
>>> >
>>> > n:= floor(uniformdeviate(nofpics)) + 1;
>>> >
>> :-)
>>
>> I used 'floor' in my prior tests, but changed it to 'round' because of
>> the very small chance of getting the highest number (at least with my
>> formula).
>>
>> Let's hope, nobody has wikified my bad maths;-)
>>
>>
>>> > which gives a uniform weight to all numbers.
>
> Hmm, I absolutely stink at math, but after a few days of testing: the
> "randomness" is a bit disappointing. All my presentations start more or
> less with the same set of background pictures, and since most have < 22
> slides, some slides never come up in the rotation. Is there a way to
> provide metafun with a random seed, say the decimal digit of pi
> corresponding to the rounded number of my cpu's temperature (just
> kidding)? Or maybe a lua solution would be nice, metafun seems to be a
> bit to conservative in its choice of random numbers...

Ah, but keep in mind that the random number is stored in the tuc file! 
So, as long as that file is not wiped, you get the same random number 
initialization. Imagine what would happen if we would not do that. So, 
just erase the tuc if you want another seed.

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


  reply	other threads:[~2012-03-15 18:06 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-13 14:45 Thomas A. Schmitz
2012-03-13 15:58 ` Aditya Mahajan
2012-03-13 16:33 ` Peter Rolf
2012-03-13 16:56   ` Thomas A. Schmitz
2012-03-13 17:09     ` Thomas A. Schmitz
2012-03-13 18:00   ` Aditya Mahajan
2012-03-13 18:24     ` Peter Rolf
2012-03-15  9:18       ` Thomas A. Schmitz
2012-03-15 18:06         ` Hans Hagen [this message]
2012-03-15 18:23           ` Thomas A. Schmitz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4F622F88.1080903@wxs.nl \
    --to=pragma@wxs.nl \
    --cc=ntg-context@ntg.nl \
    --cc=thomas.schmitz@uni-bonn.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).