namespace PokeRNG {
    typedef uint64_t u64;
    typedef uint32_t u32;
}				

ビット数が規定された整数型を定義する。


200x200