comparison random.h @ 636:c04808220c83 libavutil

spelling/grammar/consistency review part II
author diego
date Wed, 28 Jan 2009 23:03:17 +0000
parents ed203c477511
children 683a6dbdd2b2
comparison
equal deleted inserted replaced
635:0a51400a64c9 636:c04808220c83
1 /* 1 /*
2 * Mersenne Twister Random Algorithm 2 * Mersenne Twister Random Algorithm
3 * Copyright (c) 2006 Ryan Martell 3 * Copyright (c) 2006 Ryan Martell
4 * Based on A C-program for MT19937, with initialization improved 2002/1/26. Coded by 4 * Based on a C program for MT19937, with initialization improved 2002/1/26.
5 * Takuji Nishimura and Makoto Matsumoto. 5 * Coded by Takuji Nishimura and Makoto Matsumoto.
6 * 6 *
7 * This file is part of FFmpeg. 7 * This file is part of FFmpeg.
8 * 8 *
9 * FFmpeg is free software; you can redistribute it and/or 9 * FFmpeg is free software; you can redistribute it and/or
10 * modify it under the terms of the GNU Lesser General Public 10 * modify it under the terms of the GNU Lesser General Public