RandomNumberGenerator:适用于 Android 的随机数生成器

时间:2021-07-12 08:50:48
【文件属性】:
文件名称:RandomNumberGenerator:适用于 Android 的随机数生成器
文件大小:151KB
文件格式:ZIP
更新时间:2021-07-12 08:50:48
Java 一个非常简单的应用程序,将提供任意两个开始和结束数字之间的随机数。 非常适合模拟骰子或 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:
【文件预览】:
RandomNumberGenerator-master
----gradlew.bat(2KB)
----gradlew(5KB)
----gradle.properties(855B)
----wear()
--------proguard-rules.pro(665B)
--------wear.iml(6KB)
--------src()
--------.gitignore(7B)
--------build.gradle(652B)
----gradle()
--------wrapper()
----.idea()
--------scopes()
--------gradle.xml(615B)
--------misc.xml(834B)
--------vcs.xml(218B)
--------.name(23B)
--------copyright()
--------modules.xml(494B)
--------encodings.xml(166B)
--------compiler.xml(711B)
----Thumbs.db(6KB)
----.gitignore(93B)
----mobile()
--------mobile.iml(6KB)
--------proguard-rules.pro(665B)
--------src()
--------.gitignore(7B)
--------build.gradle(722B)
----README.md(2KB)
----settings.gradle(27B)
----build.gradle(460B)
----RandomNumberGenerator.iml(828B)

网友评论