乱数 - 英語 への翻訳

random number
乱数
ランダム な 数字
ランダム ナンバー
ランダム な 番号
ランダム な 数値
ランダム 数
任意 数字
無作為 の 番号
random numbers
乱数
ランダム な 数字
ランダム ナンバー
ランダム な 番号
ランダム な 数値
ランダム 数
任意 数字
無作為 の 番号

日本語 での 乱数 の使用例とその 英語 への翻訳

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
デフォルトで、「login_<5桁の乱数>」が設定されます。
The name“login_<5 random digits>” is set by default.
グローバルな状態このモジュールのジェネレータはすべて一つのグローバルな乱数状態を共有します。
Global state All the generators in this module shares a global random state.
ステップ4と5を繰り返し、必要なだけの乱数値xを生成します。
Repeat steps 4 and 5 to generate as many random values of x as you need.
多くの暗号化操作では、暗号キーの作成、カウンタやプロトコル・パラメータの初期値などの乱数ソースが必要です。
Many cryptographic operations require a source of random numbers, such as the creation of cipher keys and initial values for counters and protocol parameters.
毎回同じ結果を得るためには、CtrlキーとShiftキーを押しながらオプションを選択し、同じ乱数シード値を指定します。
To obtain the same results each time, hold down CTRL and SHIFT and select the option, and then specify the same random seed.
アリスは、秘密の大きな乱数(a)を選択し、ボブは、秘密の大きな乱数(b)を選択します。
Alice chooses a secret large random integer(a), and Bob chooses a secret random large integer(b).
すべてのゲームは乱数発生器(RNG)によって動かされるので、賭けのそれぞれの結果は完全にランダムです!YetiCasinoは、24時間体制で機能するプロフェッショナルな多言語カスタマーサポートサービスを提供しています。
All games are driven by a Random Number Generator(RNG) so each outcome of a bet is completely random! Yeti Casino provides a professional multilingual customer support service that works around the clock.
この方法は、2n,n=1,2,…ではない乱数の生成のためのモジュロ演算に関連するバイアスの影響を受けません。
This method is not affected by biases related to modulus operation for generation of random numbers that are not 2n, n= 1,2,….
すでに議論したように、WMS400スロット・マシンは、2つの乱数(R1とR2)を選択し、それらの数字を2つの支払い乗数(XとY)に写像する。
As discussed above, the WMS 400 slot machine selects two random numbers(R1 and R2) and maps those numbers to two payoff multipliers(X and Y).
最後に、残った3つのrandomオブジェクトが3つの乱数(0から255の範囲の値)を生成し、描画に用いる色のRGBの値を決定しています。
Finally, the last three random objects create three random numbers(in the range of 0- 255) that will create a random RGB color for drawing.
全てのコンピュータ・ウォレットで使用しておりますパスワードは大文字、小文字、シンボル、数字を織り交ぜた乱数の16桁以上のパスワードが設定されています。
The password used in all computer wallets is set to a 16-digit or more password of random numbers mixed with upper and lower case letters, symbols, and numbers..
逆累積分布関数を使用して、uの確率に対応するパラメーターA=1およびB=1をもつワイブル分布から乱数を生成します。
Use the inverse cumulative distribution function to generate the random numbers from a Weibull distribution with parameters A= 1 and B= 1 that correspond to the probabilities in u.
生成された乱数が推測可能でないことが重要なら、乱数ごとに新しいRandomオブジェクトを作成してはいけません(値はあまりに簡単に推測可能です)。
If it is important that the generated Random numbers not be guessable, you must not create a new Random for each random.
田村氏:たとえば、所内の物理乱数発生ボードで作成した乱数を、オンデマンドで所内外から利用できるサービスを提供しています。
Tamura: Well, for example we have built an on-site physical random number generator board which we have made available as an on-demand service to on-site and off-site users.
乱数ジェネレータは、TST-TechnicalSystemsTestingグループなどの独立した第三者機関によって認定されています。SlotJointカジノでのプレーヤーの財務情報のセキュリティは高度なデータ暗号化を通して維持されています。
The random number generators are accredited by independent third parties such as the TST- Technical Systems Testing group. Security of players' financial information at SlotJoint Casino is maintained through sophisticated data encryption.
Function:with-random-data-seedseedthunk{data.random}現在のグローバルな乱数状態を保存し、乱数状態をseedで初期化してthunkを実行します。
Function: with-random-data-seed seed thunk{data. random} Saves the current global random state, initializes the random state with seed, then executes thunk.
乱数ジェネレーター(RNG)は、iTechLabsによって完全にテストおよび認証されています。DrueckGlueckCasinoのカスタマーサービスチームは、24時間体制で最高のカスタマーサポートを提供することに取り組んでいます。
The Random Number Generator(RNG) has been fully tested and certified by iTech Labs. The customer service team at Drueck Glueck Casino is committed to providing top-notch customer assistance around the clock.
初期値は、「login_<5桁の乱数>」ですが、お好みの名前に変更することができます。
The login page name(wp-login. php) is changed. The initial value is“login_<5 random digits>” but it can be changed to a favorite name.
ゲームは乱数ジェネレーターに基づいており、独立した第三者によって定期的に監視およびテストされています。ウェルカムスロットカジノには、よく訓練されたサポートチームがいます。
The games are based on a Random Number Generator and have been regularly monitored and tested by independent third parties. Welcome Slots Casino has a well trained support team to assist you with any queries that you may have.
違いはrand(3)の乱数列はかなり少なく、実際にはrandによって生成される下位ビットが周期的なパターンになっている点です。
The difference is that rand(3C) produces a much less random sequence- in fact, the low dozen bits generated by rand go through a cyclic pattern.
結果: 479, 時間: 0.0279

トップ辞書のクエリ

日本語 - 英語