一个非常简单的应用程序,将提供任意两个开始和结束数字之间的随机数。
非常适合模拟骰子或 rng,或者在任何其他需要随机数的时候!
使用 Java 的 Random 类( )和 nextInt(int) 方法来生成数字,如果您对什么感兴趣该应用程序用于生成这些数字。 每次按下按钮时都会生成一个新的 Random 类,因此不会使用两次相同的种子。
由开发
泰勒·霍兰德 -
执照
Copyright 2012 Tyler Holland
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http:
2022-03-21 14:58:27
151KB
Java
1