如何随机产生长整型

这篇内容讨论了ISO C标准中的随机数函数,通常返回int类型,但不支持长整型。文中建议通过组合两个int类型随机数来创建长整型,并提供了关于如何设置种子和确保多线程环境中随机数的可重复性的信息。对于需要长整型随机数的场景,文章提出了使用位操作拼接两个int值的方案。
摘要由CSDN通过智能技术生成

GCC中一些函数可以帮忙产生整型,不过都是int.

19.8.1 ISO C Random Number Functions

This section describes the random number functions that are part of the ISO C standard.

To use these facilities, you should include the header file stdlib.h in your program.

— Macro: int  RAND_MAX

The value of this macro is an integer constant representing the largest value the rand function can return. In the GNU library, it is 2147483647, which is the largest signed integer representable in 3

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值