From 4fe0e22fe898ec1a1ee5dda41eab831bff485612 Mon Sep 17 00:00:00 2001 From: Ozzie Gooen Date: Fri, 18 Feb 2022 07:51:49 -0500 Subject: [PATCH] Update Future-Features.md --- packages/website/docs/Future-Features.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/website/docs/Future-Features.md b/packages/website/docs/Future-Features.md index 061d4a73..969bdf59 100644 --- a/packages/website/docs/Future-Features.md +++ b/packages/website/docs/Future-Features.md @@ -68,7 +68,7 @@ Guesstimate has Sensitivity analysis that's pretty useful. This could be quite f **Annotation** It might be useful to allow people to annotate functions and variables with longer descriptions, maybe Markdown. This could very much help interpretation/analysis of these items. -**Randomness Seeds** +**Randomness Seeds** Right now, Monte Carlo simulations are totally random. It would be nicer to be able to enter a seed somehow in order to control the randomness. Or, with the same seed, the function should always return the same values. This would make debugging and similar easier. ## Major Standard Language Features