Thank you for your reply.
I have just uploaded to the web the following font file.
Random 102
It is in a file RANDO102.TTF
It is available at the following web address.
http://www.users.globalnet.co.uk/~ngo/RANDO102.TTF
The font is not at this time listed on any of my web pages.
This font has only five characters in it. Each has lots of off-curve points on straight lines, ready for their positions to be randomly moved by the random point movement transform.
I started with RANDO101.TTF which just had the h in it.
The idea is that the RANDO1xy.TTF fonts are the originals, then RANDOzxy.TTF is the result of the (z-1) attempt at using one random point movement transform on RANDO1xy.TTF. So, my first try of one random point movement on RANDO101.TTF is in RANDO201.TTF, my first try of one random point movement on RANDO102.TTF is in RANDO202.TTF and my second try of one random point movement on RANDO102.TTF is in RANDO302.TTF.
Naturally, anyone trying one random point movement transform on RANDO102.TTF will obtain a different result from my result, unless by an extremely unlikely coincidence or maybe that perhaps the random number generator starts with the same seed value every time.
The next stage for me will be to try to produce RANDO103.TTF by adding some more characters to a copy of RANDO102.TTF.
I am thinking that as various similar yet different fonts can be produced from copies of one basic font by different runs of the random point movement transform, it might be possible to produce a set of several such fonts with the idea that one is printed red, then another is printed orange on top and then a third is printed yellow on top, so that in a pdf an effect of yellow letters with orange and red bits round some of the edges is produced. Or maybe several shades of blue and green to produce a novel effect.
However, I found it interesting to have a go with this and hope that the availability of the RANDO102.TTF font will make it easier for readers to have a go with this technique.
Using several goes at the random point movement transform in sequence raises some interesting matters concerning the way that several random movements interact in a random walk sequence.
Although not about fontmaking, some readers might perhaps like to have a look at the following which I wrote some years ago which is still in our family webspace.
http://www.users.globalnet.co.uk/~ngo/rwai0001.htm
William