RANDOM VALUE 日本語 意味 - 日本語訳 - 英語の例文

['rændəm 'væljuː]
['rændəm 'væljuː]
乱数値
ランダム数値

英語 での Random value の使用例とその 日本語 への翻訳

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
Return random value.
ランダムな値を返す。
It substitutes the common name with a random value.
共通名は、ランダムな値に置き換えられます。
RV: Random value from 0 to 1 is coerced to the integer 0Correctness.
RV:0から1の乱数値は整数値0に丸められるCorrectness。
Write with random value.
乱数値で書込み。
A random value from 0 to 1 is being coerced to the integer value 0. You probably.
から1の乱数値は整数値0に丸められます。
A nonce is a disposable random value.
Nonceは使い捨てのランダムな値です
Random() creates a random value from 0 to 1(not including 1).
Random()は0から1(1は含まない)のランダムな値を作成します。
The following conditions are recommended when generating a random value for the nonce.
ノンスとしてランダムな値を生成する際の推奨事項は以下のとおりです。
The Variation Random value controls the hue variation randomness ratio.
VariationRandomの値は、色相変動のランダム性の比率を制御します。
The Arr::random method returns a random value from an array:.
Arr::randomメソッドは配列からランダムに値を返します。
Add random value of generated nonce to wp_localize_script() parameter.
Wp_localize_script()のパラメータに、生成したnonceのランダムな値を追加します。
For a CSRF token to be useful, its random value must be cryptographically secure.
CSRFトークンを利用する際は、暗号的にセキュアでランダムな値でなければなりません。
Set Random Values between This will add a random value to the current length.
範囲内のランダム値(SetRandomValuesbetween)現在の長さにランダムな値を加えます。
If neither network nor adapter exists, this will be a random value instead of a MAC address.
なお、ネットワーク・アダプタが存在しない場合はMACアドレスではなく、ランダムな値となります。
Random Position Adds a random value to the current position when you play a note.
RandomPositionノートを発音したときに、現在の位置にランダムな値を追加します。
If you choose a target with the desired price,you will be given a random value for this price range.
希望する価格のターゲットを選択すると、この価格帯のランダムな値が与えられます。
The Random function adds or subtracts a random value to the all velocities, and is represented by a gray area on the display curve.
Random機能は、全ベロシティに対し、ランダム数値を加減します。ディスプレイカーブに灰色で表示されます。
The Transp(Transpose) control adjusts the transposition of the sample by+/- 48 semitones,and can be modulated by incoming note velocity or a random value, as set in the appropriate fields.
Transp(トランスポーズ)コントロールでは、サンプルの転調を+/-48セミトーンで調節したり、対応するフィールド内で設定された着信ノートベロシティまたはランダム数値により調整を行うことができます。
Random Direction Adds a negative or positive random value to the current direction when you play a note.
RandomDirectionノートを発音したときに、現在の方向に正または負のランダムな値を追加します。
The added random value will be within the range specified with Parameter 1 and 2. Note that these can be set to negative values..
加算されるランダム値は、「パラメーター1(Parameter1)」と「パラメーター2(Parameter2)」(双方とも負の値を設定できる)に指定した範囲内に制限されます。
Both controls can be modulated: Pan by velocity and a random value, and Volume by velocity only.
コントロールはどちらもモジュレート可能で、パンはベロシティまたはランダム数値、ボリュームはベロシティによりモジュレートされます。
Want to multiply the random value by something else before coercing it to an integer, or use the Random. nextInt(n) method.
おそらく整数に丸められる前に何か他のことによって乱数値を倍数にしたかったか、またはRandom.nextInt(n)メソッドを使いたかったのでしょう。
Appropriate value" is difficult than we think,but lets say we set a random value that was determined by shaking a dice.
適当」は案外難しいのですが、ここではサイコロを振って決めたランダムな値と考えてください。
Generating a random value that matches production data. Conclusion In this article we learned how to generate random component values to be used in yield analyses.
生産データに一致する乱数値の生成結論このプリケーションノートでは歩留り解析に用いるランダムな部品定数の生成の方法を見てきました。
For quickly getting started, the IDE will generate a random value for the RID, which is fine for development and testing.
すばやく作業を開始できるように、IDEはRID用のランダムな値を生成します。開発やテストではこの値を使用できます。
When we spawn a mob, we will pick a random value between min_speed and max_speed for how fast each mob will move(it would be boring if they were all moving at the same speed).
モブを生み出す時、各モブの移動速度についてmin_speedとmax_speedの間のランダムな値を選択します(すべて同じ速度で移動していると退屈になります)。
If you want to destroy the resource cache every time you deploy,assign time and random value to$ cacheVersion.(This statement is invoked only once after deploy.).
Deployの度にリソースキャッシュを破棄したい場合は$cacheVersionに時刻や乱数の値を割り当てます。
Double submitting cookies is defined as sending a random value in both a cookie and as a request parameter, with the server verifying if the cookie value and request value are equal.
DoubleSubmitCookieは、Cookieとリクエストパラメータの両方で乱数値を送り、サーバでCookie値とリクエスト値が一致するか検証することとして定義されている。
When the originator employs a static private/public key pair,the introduction of a public random value ensures that the resulting symmetric key will be different for each key agreement.
起点者が、無期(static)の私有鍵/公開鍵のペアを採用する場合、公開ランダム値の導入は、結果としての共通鍵は、各鍵共有と異なることを確保する。
RandomR takes a range(lo, hi) and a random number generator g,and returns a random value uniformly distributed in the closed interval[lo, hi], together with a new generator.
RandomRは範囲(lo,hi)と乱数生成器gをとり、閉区間[lo,hi]での一様分布乱数値と次の新な生成器とを返す。
結果: 35, 時間: 0.0352

単語ごとの翻訳

トップ辞書のクエリ

英語 - 日本語