12 lines
230 B
Text
12 lines
230 B
Text
|
|
include "tlbx GameplayKit.incl"
|
||
|
|
|
||
|
|
UInt64 randomInteger
|
||
|
|
NSUInteger i
|
||
|
|
|
||
|
|
for i = 1 to 20
|
||
|
|
randomInteger = fn GKLinearCongruentialRandomSourceSeed( fn GKLinearCongruentialRandomSourceInit )
|
||
|
|
print randomInteger
|
||
|
|
next
|
||
|
|
|
||
|
|
HandleEvents
|