summaryrefslogtreecommitdiffstats
path: root/maths/NOTICE.txt
blob: b8b8cbe67bb1e296127d6e59dc49f5cc11c945a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
_______________________________________________________________________________

  Uncommons Maths (https://uncommons-maths.dev.java.net)
  Copyright 2006-2012 Daniel W. Dyer (http://www.dandyer.co.uk)
_______________________________________________________________________________

Acknowledgements:
-----------------
This software includes a Java port of the cellular automaton pseudorandom
number generator developed by Tony Pasqualoni
(http://home.southernct.edu/~pasqualonia1/ca/report.html).

This software includes a Java port of the Mersenne Twister pseudorandom
number generator developed by Makoto Matsumoto and Takuji Nishimura
(http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/emt.html).

This software also includes modified versions of the PermutationGenerator and
CombinationGenerator Java classes written by Michael Gilleland
(http://www.mgilleland.com/).