Mario, Many thanks for your explanation! I do not need an actual random generator! I just need when wiki is opened (startup time) or when a special tiddler is displayed on the screen the content of a random tiddler say tagged with myTag is shown!
This is what already has implemented using JS and random function! But as Jeremy explained and Tobias also noted in his plugin readme both has performance effect! In summary I need to show a random tiddler say tagged solution at wiki startup nothing else! Best wishes Mohammad On Wed, Sep 11, 2019 at 2:26 PM PMario <[email protected]> wrote: > Hi, > > It depends on what you want to do with it. math.random > <https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/random>() > isn't really random, but it should be good enough to show a random tiddler > at startup, or for RPG games. > > Secure random numbers are also possible with latest browser Web-crypto API > <https://developer.mozilla.org/en-US/docs/Web/API/Crypto/getRandomValues#Browser_compatibility>. > > > -m > > -- > You received this message because you are subscribed to the Google Groups > "TiddlyWiki" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/tiddlywiki/1453f18b-ec21-4e92-a555-34838aff3574%40googlegroups.com > <https://groups.google.com/d/msgid/tiddlywiki/1453f18b-ec21-4e92-a555-34838aff3574%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/CAAV1gMCqucYKqj3rteu5banoNQO2ChOKwKHjwqV7TiguFo0YYA%40mail.gmail.com.

