mirror of
https://github.com/rvtr/rmc_website.git
synced 2025-10-31 13:31:21 -04:00
43 lines
2.0 KiB
HTML
43 lines
2.0 KiB
HTML
---
|
|
title: RNGTool
|
|
layout: program
|
|
custicon: true
|
|
iconurl: https://cdn.ncxprogramming.com/file/icon/rngtool.png
|
|
author: NinjaCheetah
|
|
platform: macOS, iOS, watchOS
|
|
links:
|
|
- name: View Source
|
|
link: https://github.com/NCX-Programming/RNGTool
|
|
- name: Download (macOS)
|
|
link: https://github.com/NCX-Programming/RNGTool/releases/latest/download/RNGTool-macOS.dmg
|
|
- name: Download (iOS)
|
|
link: https://github.com/NCX-Programming/RNGTool/releases/latest/download/RNGTool-iOS.ipa
|
|
---
|
|
|
|
<div class="container">
|
|
<div class="accordion pb-3" id="accordionExample">
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="headingOne">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseOne" aria-expanded="false" aria-controls="collapseOne">
|
|
Requirements
|
|
</button>
|
|
</h2>
|
|
<div id="collapseOne" class="accordion-collapse collapse" aria-labelledby="headingOne" data-bs-parent="#accordionExample">
|
|
<div class="accordion-body">
|
|
<p><b>macOS:</b> At least macOS 11.3</p>
|
|
<p><b>iOS:</b> At least iOS 15 and a sideloading tool</p>
|
|
<p><b>watchOS:</b> An up-to-date watch with an iPhone on at least iOS 15</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<h3>About</h3>
|
|
<p>RNGTool is a macOS, iOS and watchOS app used to generate random numbers through various customizable modes.</p>
|
|
<p><b>Modes currently included:</b></p>
|
|
<p>Number Mode: Generate a single random number using only a minimum and maximum number. The simplest way to generate numbers.</p>
|
|
<p>Dice Mode: Roll up to 6 (2 on Apple Watch) 6-sided dice. Now featuring dice icons showing your rolls when using 6-sided dice.</p>
|
|
<p>Card Mode: Draw 7 playing cards. You can optionally have the point values of each card displayed, with the Ace being either 1 or 11 points.</p>
|
|
<p>Marble Mode: Generate up to 5 random letters using marbles.</p>
|
|
|