Changeset 244 in Sophya for trunk/SophyaLib/NTools/perandom.cc
- Timestamp:
- Apr 22, 1999, 6:18:52 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/NTools/perandom.cc
r220 r244 1 #include "defs.h" 1 #include "machdefs.h" 2 #include "pexceptions.h" 2 3 #include "perandom.h" 3 4 #include "pemath.h" … … 198 199 { 199 200 x = ranX->BinRandom(); 200 FAILNIL(ranY[x]);201 // FAILNIL(ranY[x]); Ne compile pas $CHECK$ Reza 22/04/99 201 202 y = ranY[x]->BinRandom(); 202 203 } … … 211 212 x = ranX->Random(); 212 213 int i = int(ceil(x)); 213 FAILNIL(ranY[i]);214 // FAILNIL(ranY[i]); Ne compile pas $CHECK$ Reza 22/04/99 214 215 y = ranY[i]->Random(); 215 216 }
Note:
See TracChangeset
for help on using the changeset viewer.