本文我们来学习如何使用 Tact 开发 TON 合约。
## Tact 合约架构
首先来看一个非常简单的 `Counter` 合约:
```
contract Counter {
// persistent state variable of type Int to hold the counter value
val: Int as uint32;
// initialize the state ...

## 什么是随机数?
想象一下你身边的随机噪音或者任何随机发生的事情,可以说检测到这些随机模式的可能性为0。这就是随机数的意思 - 一个可以生成在...