mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-22 06:12:32 -06:00
git-svn-id: svn://ultimatepp.org/upp/trunk@380 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
5fae0ee145
commit
8a206c7585
1 changed files with 14 additions and 11 deletions
|
|
@ -1,11 +1,14 @@
|
|||
#include <Core/Core.h>
|
||||
|
||||
using namespace Upp;
|
||||
|
||||
CONSOLE_APP_MAIN
|
||||
{
|
||||
for(int i = 1; i < 1000; i++) {
|
||||
DUMP(Random());
|
||||
DUMP(Random(i));
|
||||
}
|
||||
}
|
||||
#include <Core/Core.h>
|
||||
|
||||
using namespace Upp;
|
||||
|
||||
CONSOLE_APP_MAIN
|
||||
{
|
||||
Uuid id;
|
||||
for(int i = 1; i < 1000; i++) {
|
||||
DUMP(Random());
|
||||
DUMP(Random(i));
|
||||
id.New();
|
||||
DUMP(id);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue