OutSystems Forge 日本語データベース

Random Number List Generator

※Forge全件データの日本語検索サービスをご利用になりたい場合は、こちらまでお問合せください。

Forge英文サイト

2017-11-14 1.0.0 Ângelo Sousa SQL Server .NET Plug-ins, Applications, Developer Tools
乱数で構成されるリストを生成します。 ユーザーは、リストの長さ、重複が許可されているかどうか、最小値と最大値を選択することができます。
私は乱数リストジェネレータに似た何かが必要でした。 私はForgeでいくつかの役に立つコンポーネントを見つけましたが、ユーザーが重複した値を持たないリストを生成できるようなものは見つかりませんでした。 私は整数を生成するために使用したRandomizer Number Generator(https://www.outsystems.com/forge/component/677/randomizer-number-generator/)の作成者にクレジットを与える必要があります。 それがあなたの役に立つと思うことを願っています。 あらゆる種類のフィードバックが評価されます。

[Overview]
Generates a list composed of random integers. The user is able to pick the minimum and maximum values, as well as the list length and if duplicates are allowed or not.
[Detail]
I needed something similar to a random number list generator. Although I found some helpful components in the Forge, I couldn't find one that allowed the user to generate lists without duplicate values. I have to give credit to the creators of the Randomizer Number Generator (https://www.outsystems.com/forge/component/677/randomizer-number-generator/) which I used to generate the integers. Hope you guys find it helpful. All kinds of feedback will be appreciated.
戻る