A basic soduku-generator which demonstrates the use of genetic algorithms. No math algorithms are used here, ONLY the genetic algorithm technique. This shows the power of this technique as you need ZERO knowledge of the math behind sudoku.
A Great info about genetic algorithms would be: http://natureofcode.com/book/chapter-9-the-evolution-of-code/