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

Online Help

All Products    Maple    MapleSim


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 probability=p where p 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 probability=p, where p is a numeric value between 0 and 1 that specifies the probability that the object will be true.

Examples

withRandomTools:

Generatetruefalse

true

(1)

Generatelisttruefalseprobability=0.3,7

false,true,false,true,false,true,false

(2)

See Also

flavor/structured

RandomTools

RandomTools[Generate]

type/truefalse