truefalse - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

RandomTools Flavor: truefalse

describe the flavor of either true or false

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

truefalse

truefalse(opt)

Parameters

opt

-

equation of the form  where  is a numeric value; specify options for the random truefalse

Description

• 

The flavor truefalse describes the values true or false.

  

To describe a flavor of a random truefalse, use either truefalse or truefalse(opt) (where opt is described following) as the argument to RandomTools[Generate] or as part of a structured flavor.

• 

By default, the flavor truefalse describes the values true and false with equal probability.

• 

You can modify the properties of true or false by specifying opt as the equation , where p is a numeric value between  and  that specifies the probability that the object will be true.

Examples

(1)

(2)

See Also

flavor/structured

RandomTools

RandomTools[Generate]

type/truefalse

 


Download Help Document