← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #242577]: How can I randomize my script?

 

Question #242577 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/242577

    Status: Open => Answered

RaiMan proposed the following answer:
the basics:
import random

all possibilities:  http://docs.python.org/2.6/library/random.html

your case:
t = random.randint(60, 120)

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.