Replies: 1 comment
-
That's unlikely to be near-term practical for precisely the reason you've pointed out. There's also issues of ordering and consistency under creation of new documents: For example, would you want the PRNG to be reset from .qmd to .qmd? There's reasons to want to do it and reasons to want to not do it. Random-number generation is a very tricky thing to get right. I don't think it's the kind of technology that we can define sensible defaults that "just work" across languages and deployments, and I'd rather that quarto not make that mistake. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Would it be feasible to let users supply a seed as a
quarto render
flag? Would it work for all language engines?Beta Was this translation helpful? Give feedback.
All reactions