diff options
Diffstat (limited to 'src/base/random_mt.cc')
-rw-r--r-- | src/base/random_mt.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/random_mt.cc b/src/base/random_mt.cc index 6ea54ec03..70a7b0436 100644 --- a/src/base/random_mt.cc +++ b/src/base/random_mt.cc @@ -5,7 +5,7 @@ * Before using, initialize the state by using init_genrand(seed) * or init_by_array(init_key, key_length). * - * Copyright (C) 1997 - 2002, Makoto Matsumoto and Takuji Nishimura, + * Copyright (C) 1997-2002 Makoto Matsumoto and Takuji Nishimura * All rights reserved. * * Redistribution and use in source and binary forms, with or without |