What does return y = x; mean?

前端 未结 0 1153
别跟我提以往
别跟我提以往 2020-12-20 22:46

In Xorshift algorithm

struct xorshift32_state {
  uint32_t a;
};

/* The state word must be initialized to non-zero */
uint32_t xorshift32(struct xorshift32_s         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题