Mercurial > hg > Members > kono > Cerium
comparison TaskManager/ChangeLog @ 229:401b55a4a4dd
add Random class
author | gongo@gendarme.cr.ie.u-ryukyu.ac.jp |
---|---|
date | Thu, 12 Feb 2009 19:05:02 +0900 |
parents | 894675539cbf |
children | 2b114977852d |
comparison
equal
deleted
inserted
replaced
228:c254a2bd1b34 | 229:401b55a4a4dd |
---|---|
1 2009-02-12 Wataru MIYAGUNI <gongo@cr.ie.u-ryukyu.ac.jp> | |
2 | |
3 * add: kernel/ppe/Random.cc | |
4 乱数生成クラス。 | |
5 ゲームだとユーザ使うでしょうきっと。 | |
6 一応 /dev/random から seed 取る様にしてます | |
7 | |
1 2009-02-04 Wataru MIYAGUNI <gongo@cr.ie.u-ryukyu.ac.jp> | 8 2009-02-04 Wataru MIYAGUNI <gongo@cr.ie.u-ryukyu.ac.jp> |
2 | 9 |
3 * kernel/ppe/TaskManager.cc (TaskManager::allocate): rename | 10 * kernel/ppe/TaskManager.cc (TaskManager::allocate): rename |
4 malloc -> allocate | 11 malloc -> allocate |
5 | 12 |