Table of Contents
NAME
random-pattern
- generate a random pattern of 1s and 0s (Decida Procedure)
USAGE
random-pattern length {seed ""}
ARGUMENTS
length
length of the pattern
seed ""
optional random seed for the pattern
RESULTS
returns a string of 1s and 0s
EXAMPLE-CALL
set pattern [random_pattern 1024]
AUTHOR
Richard Booth
Table of Contents
NAME
USAGE
ARGUMENTS
RESULTS
EXAMPLE-CALL
AUTHOR