There is an option to enable or disable stack randomization but is there way to supply the ASLR algorithm with a seed to make it deterministic?
EDIT: The context is as follows: a memory bug I have pops up one out of ten executions under ASLR and cannot be reproduced with ASLR disabled. Providing a random seed to the ASLR algorithm would significantly help the debugging process.