Random Time Script

Here the final version can be found, including inline help with the parameters.

http://forum.mikrotik.com/t/password-pin-and-and-hash/144676/1

I looked at your request and thought about adding a random time in the future. I would set a time range from a set time (now/future) to a second one set in future.Then generate a random number in that range.

I would use two EPOCH times and deduct max from low to get the range. Count the digits and generate a random number fitting that number of digits. Deduct this random from the max time.
If the result time is lower than the low time do it over till it fits or quick and dirty, divide the random result time by a random divider.

…or I could add ownbase-range as [6-24] as a number between 6 and 24. 6 Is the current hour or a current hour of 4+2 generating a time that lays 2 hours in the future.