← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #695801]: Help with Random

 

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

TestMechanic proposed the following answer:
You can use milliseconds in sikuli -> for example 0.1 is 100ms

For making random more random you can seed your random with time

import random
import time
random.seed(time.time())

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.