Folks,
There exists a few random tiddler selection tools in tiddlywiki including those below.
However I was under the impression there was a way to generate a random number of arbitrary size, ideally with a seed for “extra shiny randomness”.
As a result of seeing Mat’s simple random filter below uses <<now 0XXX>>
the microseconds I realise the random value I need can come from both now and the 5.1.23 Release Startup time stamp and should be enough, and being time keyed also has its value. Since todays date/time and millisecond is unlikely to reoccur.
Thanks @SonephetR2
When I have a random number generator I will turn this into a “How to”.
The Shuffle Operator comes close
https://mklauber.github.io/tw5-plugins/#Shuffle%20Operator
And Tobiases random operator selects tiddlers
https://tobibeer.github.io/tw5-plugins/#random
Mat’s simple random filter (see Scripts in Tiddlywiki — codes, macros, and solutions in TW, or the original GG conversation.