diff --git a/Cargo.toml b/Cargo.toml index 53de6e8..dd04750 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "randical" -version = "1.6.180" +version = "1.6.1803" authors = ["Joe Ardent "] edition = "2021" diff --git a/README.md b/README.md index c4d5626..21dd9a2 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ random values of varying types, with uniform distribution. See below for usage a ```text -Radical Random Value Generator 1.6180 +Radical Random Value Generator 1.61803 Generates arbitrary numbers of uniformly distributed random values. @@ -92,3 +92,25 @@ unfair coin is heads (0.834424540129461) unfair coin is heads (0.5440078767522896) unfair coin is heads (0.615928198757337) ``` + + - simulate a *Sliding Doors*-style garden of forking paths alternate timeline for Ferris Bueller's + presence or absence on that fateful day: + +```text +$ for i in {1..5} ; do echo "----" ; echo "Bueller? Bueller?" ; randical --buel ; done +---- +Bueller? Bueller? +Here. +---- +Bueller? Bueller? +Um, he's sick. My best friend's sister's boyfriend's brother's girlfriend heard from this guy who knows this kid who's going with the girl who saw Ferris pass out at 31 Flavors last night. I guess it's pretty serious. +---- +Bueller? Bueller? +Here. +---- +Bueller? Bueller? +Um, he's sick. My best friend's sister's boyfriend's brother's girlfriend heard from this guy who knows this kid who's going with the girl who saw Ferris pass out at 31 Flavors last night. I guess it's pretty serious. +---- +Bueller? Bueller? +Um, he's sick. My best friend's sister's boyfriend's brother's girlfriend heard from this guy who knows this kid who's going with the girl who saw Ferris pass out at 31 Flavors last night. I guess it's pretty serious. +``` diff --git a/VERSION b/VERSION index d0873b8..9a0be07 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.6180 +1.61803