Hellow,
Yes, you can display a randomly generated number.
To generate the number, use the rand function. Assuming you want the number to be an integer, you can use the round fuction to round it off. You can display the result in a text item as follows:
<text randomnumber>
/ items = ("<% round(rand(1, 100000)) %>")
</text>
Hope this helps,
Sean