~ubuntu-branches/ubuntu/intrepid/blender/intrepid-updates

« back to all changes in this revision

Viewing changes to source/gameengine/GameLogic/SCA_RandomNumberGenerator.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Cyril Brulebois
  • Date: 2008-08-08 02:45:40 UTC
  • mfrom: (12.1.14 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080808024540-kkjp7ekfivzhuw3l
Tags: 2.46+dfsg-4
* Fix python syntax warning in import_dxf.py, which led to nasty output
  in installation/upgrade logs during byte-compilation, using a patch
  provided by the script author (Closes: #492280):
   - debian/patches/45_fix_python_syntax_warning

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 * convert to different types/distributions elsewhere. This just 
4
4
 * delivers a clean, random bitvector.
5
5
 *
6
 
 * $Id: SCA_RandomNumberGenerator.cpp,v 1.4 2005/03/09 19:45:59 lukep Exp $
 
6
 * $Id: SCA_RandomNumberGenerator.cpp 3919 2005-03-09 19:45:59Z lukep $
7
7
 */
8
8
 
9
9
/* A C-program for MT19937: Real number version                */