Re: [Sikuli-driver] [Question #695801]: Help with Random

2023-01-13 Thread Richard Breston
Question #695801 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/695801 Richard Breston posted a new comment: Tire Planet https://tireplanet.ca/ is striving to become one of the most trusted online retail companies with a large inventory of tires and rims available for purchase

Re: [Sikuli-driver] [Question #695801]: Help with Random

2023-01-12 Thread Shtudio
Question #695801 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/695801 Shtudio posted a new comment: Want to create a new Internet project? Looking for useful SEO Sydney https://www.shtudio.com.au/services/seo/ content? Need a competent web designer? Shtudio will help you

Re: [Sikuli-driver] [Question #695801]: Help with Random

2022-12-06 Thread Nick Breston
Question #695801 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/695801 Nick Breston posted a new comment: AmGood Supply https://www.amgoodsupply.com/stainless-steel-work-tables is a nationwide retailer and distributor of restaurant supply and equipment. The company offers

Re: [Sikuli-driver] [Question #695801]: Help with Random

2022-08-22 Thread Alex Mills
Question #695801 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/695801 Alex Mills posted a new comment: UBrothersConstruction is the home renovation family-run business founded in 2014 by two brothers from Ukraine. They started their home remodeling career in 2007 and gained

Re: [Sikuli-driver] [Question #695801]: Help with Random

2022-07-25 Thread Janina Bridie
Question #695801 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/695801 Janina Bridie posted a new comment: Hi gays, I'm expert in gambling niche, read me new blog article with theme: BlackJack Bonus: Intended for newcomers and professionals no deposit bonus 2022 -

Re: [Sikuli-driver] [Question #695801]: Help with Random

2022-04-15 Thread Gilbert Stenson
Question #695801 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/695801 Gilbert Stenson posted a new comment: UVS Group is commonly regarded as one of the industries best in providing security, traffic control and labour for hire Australia https://goo.gl/maps/ft1iSJNVi6oNr1gz7

Re: [Sikuli-driver] [Question #695801]: Help with Random

2021-09-11 Thread Andrew Crowdy
Question #695801 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/695801 Andrew Crowdy posted a new comment: You can explore online casinos to find good examples of working with random numbers. [url=https://gamblerschoice.net/free-slots/3-reel/]Best Free 3 Reel Slot Games For

Re: [Sikuli-driver] [Question #695801]: Help with Random

2021-03-16 Thread TestMechanic
Question #695801 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/695801 TestMechanic posted a new comment: Int means integer. You are asking for randint and getting it -- You received this question notification because your team Sikuli Drivers is an answer contact for

Re: [Sikuli-driver] [Question #695801]: Help with Random

2021-03-02 Thread Richard Vela
Question #695801 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/695801 Richard Vela posted a new comment: Random.randint didn’t seem to work between two numbers with decimals. For example: wait(random.randint(10.9, 20.8)) -- You received this question notification because

Re: [Sikuli-driver] [Question #695801]: Help with Random

2021-03-02 Thread Richard Vela
Question #695801 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/695801 Richard Vela posted a new comment: So would it be: random.seed(time.time(10,20)) ?? Also, how would this be more random? Would it avoid the problem of averaging over time? -- You received this

Re: [Sikuli-driver] [Question #695801]: Help with Random

2021-03-02 Thread TestMechanic
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

Re: [Sikuli-driver] [Question #695801]: Help with Random

2021-03-01 Thread Chetan
Question #695801 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/695801 Chetan posted a new comment: ok understood then earlier solution posted by Richard should work -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #695801]: Help with Random

2021-03-01 Thread Richard Vela
Question #695801 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/695801 Richard Vela posted a new comment: That post has to do with movement of the mouse. This did not help, but thank you. -- You received this question notification because your team Sikuli Drivers is an answer

Re: [Sikuli-driver] [Question #695801]: Help with Random

2021-02-28 Thread Chetan
Question #695801 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/695801 Status: Open => Answered Chetan proposed the following answer: similar post that could help https://answers.launchpad.net/sikuli/+question/692019 -- You received this question notification because

Re: [Sikuli-driver] [Question #695801]: Help with Random

2021-02-28 Thread Richard Vela
Question #695801 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/695801 Richard Vela gave more information on the question: Will this work?? ——Code—— Import random Click(image) Wait(random.randint(10,20)*(random.random())) -- You received this question notification because

Re: [Sikuli-driver] [Question #695801]: Help with Random

2021-02-28 Thread Richard Vela
Question #695801 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/695801 Description changed to: I am currently exploring ways to randomize my code so that it becomes less predictable and more human like for a game I play. I have explored methods using import random function but

[Sikuli-driver] [Question #695801]: Help with Random

2021-02-28 Thread Richard Vela
New question #695801 on Sikuli: https://answers.launchpad.net/sikuli/+question/695801 I am currently exploring ways to randomize my code so that it becomes less predictable and more human like for a game I play. I have explored methods using import random function but all I have been able to do