Hmmm. Well, I have a couple suggestions. The const should probably go in the interface section. I generally put consts at the very top, just under the uses. I think you only need to call randomize once, so that could go in the form's OnCreate event or in whatever "initialize" function you may have. You could also make that jitter number a lot bigger, just to make sure it's obvious when it does work.