mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
typo in documentation
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1173 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -5,7 +5,7 @@ DOC_MSE_VERSION: since 0.3.8
|
|||||||
--Usage--
|
--Usage--
|
||||||
> random_boolean(probability)
|
> random_boolean(probability)
|
||||||
|
|
||||||
Returns a random [[type:bool]], either @true@ or @false.
|
Returns a random [[type:bool]], either @true@ or @false@.
|
||||||
The parameter is the probability of returning @true@, so @random_boolean(0.0)@ always returns @true@, @random_boolean(1.0)@ always returns @false@ and @random_boolean(0.5)@ simulates a fair coin toss.
|
The parameter is the probability of returning @true@, so @random_boolean(0.0)@ always returns @true@, @random_boolean(1.0)@ always returns @false@ and @random_boolean(0.5)@ simulates a fair coin toss.
|
||||||
|
|
||||||
Since the result is random, calling the function twice will give a different answer.
|
Since the result is random, calling the function twice will give a different answer.
|
||||||
|
|||||||
Reference in New Issue
Block a user