JP2005259004A - Random number generating method and device - Google Patents
Random number generating method and device Download PDFInfo
- Publication number
- JP2005259004A JP2005259004A JP2004072519A JP2004072519A JP2005259004A JP 2005259004 A JP2005259004 A JP 2005259004A JP 2004072519 A JP2004072519 A JP 2004072519A JP 2004072519 A JP2004072519 A JP 2004072519A JP 2005259004 A JP2005259004 A JP 2005259004A
- Authority
- JP
- Japan
- Prior art keywords
- random number
- result
- electronic circuit
- number generation
- generation method
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Pending
Links
Images
Abstract
Description
本発明は、乱数生成方法、及び乱数生成装置に関する。 The present invention relates to a random number generation method and a random number generation device.
完全に無秩序であり、かつ全体としては出現頻度が等しくなる乱数は、社会現象や物理現象の数値シュミレーションなどに広く利用されている。また、乱数は暗号技術としても重要な役割を果たしており、情報の保護の分野でもその需要が高い。現在、乱数の発生方法として種々の方法が開発されているが、そのほとんどはアルゴリズムによるソフト的な疑似乱数の生成である。 Random numbers that are completely chaotic and have the same appearance frequency as a whole are widely used for numerical simulations of social and physical phenomena. In addition, random numbers play an important role as encryption technology, and their demand is high in the field of information protection. Currently, various methods for generating random numbers have been developed. Most of them are generation of software pseudo-random numbers using algorithms.
アルゴリズムによる乱数生成は、ある程度の信頼性を有し、高速に乱数生成を行なうことができるという点から広く利用されている。しかしながら、コンピュータは有限の情報しかとらないために、生成された乱数は周期性を持つことが確認されている。そのため、正確な解や十分なセキュリティが得られない場合があり、より無秩序な乱数発生方法の確立が望まれている。 Random number generation by an algorithm is widely used because it has a certain degree of reliability and can generate random numbers at high speed. However, since the computer takes only limited information, it has been confirmed that the generated random number has periodicity. Therefore, an accurate solution and sufficient security may not be obtained, and establishment of a more random random number generation method is desired.
近年、ハードウエアの発展に伴う処理速度の向上と信頼性の向上から、物理的な乱数の生成方法が開発されてきた。例えば、熱電子雑音や放射性物質の崩壊などの物理現象に基づいて生成された乱数は、予測不可能性の高い、理想的な乱数列であることが知られている。しかしながら、これらの方法では高価で大掛かりな装置を必要とすることが多い。 In recent years, a method for generating a physical random number has been developed in order to improve the processing speed and the reliability with the development of hardware. For example, it is known that random numbers generated based on physical phenomena such as thermionic noise and radioactive material decay are ideal random number sequences with high unpredictability. However, these methods often require expensive and large equipment.
本発明は、廉価かつ簡易な構成の装置を用いて、より無秩序な乱数を発生させる新規な方法、並びに前記方法に適用する装置を提供することを目的とする。 An object of the present invention is to provide a novel method for generating a more random random number using an inexpensive and simple device, and a device applied to the method.
上記目的を達成すべく、本発明は、
決定的結果を出力する第1の電子回路の出力結果と、非決定的結果を出力する第2の電子回路の出力結果とを演算する第1の工程と、
前記演算による演算結果を数値化し、乱数を生成する第2の工程と、
を具えることを特徴とする、乱数生成方法に関する。
In order to achieve the above object, the present invention provides:
A first step of calculating an output result of a first electronic circuit that outputs a deterministic result and an output result of a second electronic circuit that outputs a non-deterministic result;
A second step of digitizing a calculation result of the calculation and generating a random number;
It is related with the random number generation method characterized by comprising.
本発明によれば、決定的結果を出力する第1の電子回路と、非決定的結果を出力する第2の電子回路とから乱数生成装置を構成するようにしている。前記第1の電子回路からは決定的結果が出力されるものの、前記第2の電子回路からは非決定的結果が出力されるので、これらの出力結果を演算した演算結果は予測不可能なランダムなものとなる。したがって、前記演算結果を数値化すれば、目的とする乱数を得ることができる。 According to the present invention, a random number generation device is configured by a first electronic circuit that outputs a deterministic result and a second electronic circuit that outputs a non-deterministic result. Although a deterministic result is output from the first electronic circuit, a non-deterministic result is output from the second electronic circuit. Therefore, an operation result obtained by calculating these output results is an unpredictable random number. It will be a thing. Therefore, if the calculation result is digitized, a target random number can be obtained.
また、本発明によれば、乱数の生成を2つの電子回路からの出力結果に基づいて実施している。前記電子回路からは前記出力結果を比較的高速で出力できるため、これらの出力結果に対する前記演算を超高速演算機などを用いて高速で実施することにより、目的とする前記乱数を高速で生成できるようになる。 In addition, according to the present invention, random number generation is performed based on the output results from the two electronic circuits. Since the output result can be output from the electronic circuit at a relatively high speed, the target random number can be generated at a high speed by performing the calculation on the output result at a high speed using an ultra-high speed calculator or the like. It becomes like this.
なお、前記第1の電子回路としては、電子計算機などを含むコンピュータを例示することができる。この場合、前記決定的結果は、前記コンピュータのソフトウエアによる演算の結果、例えば所定の数値として出力されるものであるので、周期性を有するようになる。しかしながら、前記第2の電子回路による非決定的結果と演算されるので、上述したように、得られる数値は予測不可能となり目的とする乱数を得ることができる。なお、前記コンピュータの代わりに所定の制御回路などを用いることもできる。 As the first electronic circuit, a computer including an electronic computer can be exemplified. In this case, the deterministic result has a periodicity because it is output as a predetermined numerical value, for example, as a result of an operation by the computer software. However, since it is calculated as a non-deterministic result by the second electronic circuit, the obtained numerical value becomes unpredictable and the desired random number can be obtained as described above. A predetermined control circuit or the like can be used instead of the computer.
また、前記第2の電子回路としては、雑音発生回路を例示することができる。前記雑音発生回路は、必要に応じて増幅回路や差動回路、アナログ/ディジタル回路などを含むことができる。この場合、前記非決定的結果は、前記雑音発生回路からの雑音である。 In addition, as the second electronic circuit, a noise generating circuit can be exemplified. The noise generation circuit may include an amplifier circuit, a differential circuit, an analog / digital circuit, and the like as necessary. In this case, the non-deterministic result is noise from the noise generation circuit.
さらに、前記演算は、加算や乗算のような算術演算でも良く、ANDやORのような論理演算でも良い。また、微分及び積分などの算術演算を用いることもでき、数種類の演算を組み合わせることもできる。 Further, the operation may be an arithmetic operation such as addition or multiplication, or a logical operation such as AND or OR. Also, arithmetic operations such as differentiation and integration can be used, and several types of operations can be combined.
本発明においては、前記第2の工程において、上述のようにして得た数値化した演算結果を所定の閾値と比較し、前記閾値との大小関係より“0”又は“1”の数値を割り当て、2進数的な乱数を得るようにすることもできる。 In the present invention, in the second step, the numerical operation result obtained as described above is compared with a predetermined threshold value, and a numerical value of “0” or “1” is assigned based on the magnitude relationship with the threshold value. It is also possible to obtain a binary random number.
前記第1の電子回路からの出力結果と、前記第2の電子回路からの出力結果とを演算したのみでは、十分に無秩序な乱数を得ることができず、乱数が使用される目的(例えば、暗号用乱数、シミュレーション用乱数等)に合致するか否かを調べる検定法に合格しない場合がある。この場合、前述したような閾値を適宜に設定し、前記演算結果の前記閾値との大小関係を採るようにすることによって、より無秩序な2進数的な乱数を得ることができるようになる。この結果、上述した検定法に十分に合格できる無秩序な乱数を生成することができるようになる。 Only by calculating the output result from the first electronic circuit and the output result from the second electronic circuit, a sufficiently random random number cannot be obtained, and the purpose for which the random number is used (for example, (Cryptographic random numbers, simulation random numbers, etc.) may not pass the test method for checking whether or not they match. In this case, it is possible to obtain a more random binary random number by appropriately setting the threshold value as described above and taking a magnitude relationship with the threshold value of the calculation result. As a result, random random numbers that can sufficiently pass the above-described test method can be generated.
前記検定法としては、有名な暗号用乱数検定である米国のNISTのFIPS140−2のテスト(モノビットテスト、ポーカーテスト、ランテスト、長ランチスト)を例示することができる。 Examples of the test method include the NIST FIPS140-2 test (monobit test, poker test, run test, long lunch test) which is a famous cryptographic random number test.
なお、前記閾値は十分に無秩序な乱数が得られるように、適宜その値を変化させることができる。この場合、乱数の生成後において所定の検定法による検定の過程を含ませ、前記検定法による検定結果に基づき、より無秩序な乱数が得られるようにして前記閾値を設定することができる。 The threshold value can be changed as appropriate so that a sufficiently random random number can be obtained. In this case, it is possible to set the threshold value by including a test process by a predetermined test method after generation of random numbers and obtaining a more random random number based on the test result by the test method.
また、本発明においては、前記第1の電子回路から出力される前記決定的結果を上述したように所定の数値とし、前記第2の電子回路から出力される前記非決定的結果を前記雑音などの信号出力とすることができる。 In the present invention, the deterministic result output from the first electronic circuit is set to a predetermined numerical value as described above, and the non-deterministic result output from the second electronic circuit is set as the noise or the like. It can be a signal output.
さらに、本発明においては、所定の数学的関数を準備し、前記数値と前記信号出力との演算結果を前記数学的関数の引数とすることができる。この場合は、前記数学的関数の、前記引数による演算結果が目的とする乱数の基になり、前記演算結果を数値化することによって前記乱数を得ることができるようになる。この場合は、前記乱数は2段階の演算を通じて生成されるので、その無秩序性がより向上する。したがって、上述したような検定法に十分に合格できる乱数を生成することができる。 Furthermore, in the present invention, a predetermined mathematical function can be prepared, and a calculation result of the numerical value and the signal output can be used as an argument of the mathematical function. In this case, the calculation result of the mathematical function based on the argument becomes the basis of the target random number, and the random number can be obtained by digitizing the calculation result. In this case, since the random number is generated through a two-stage operation, the disorder is further improved. Therefore, it is possible to generate a random number that can sufficiently pass the test method as described above.
なお、前記演算結果が前記数学的関数の前記数学的引数として好ましい範囲を超える場合においては、前記演算結果に対して変調指数などの他の変数を乗算あるいは除算したり、同様な変数で加算あるいは減算を行ったりして、前記演算結果を前記数学的引数としての前記好ましい範囲内に設定する。 In addition, when the calculation result exceeds a preferable range as the mathematical argument of the mathematical function, the calculation result is multiplied or divided by another variable such as a modulation index, By subtracting, the calculation result is set within the preferable range as the mathematical argument.
前記数学的関数としては、楕円体函数と総称される超幾何函数やMathieu函数、更には、各種Bessel函数、指数函数、双曲線函数などを例示することができるが、好ましくは周期関数を用いる。この場合、所定の閾値を設定することにより、前記数学的関数による数値化した演算結果を前記閾値の上下方向に適宜簡易に分散させることができるようになり、上述したような2進数的な乱数をより無秩序な状態で生成できるようになる。 Examples of the mathematical function include hypergeometric functions and Mathieu functions collectively called ellipsoidal functions, and various Bessel functions, exponential functions, hyperbolic functions, and the like, but a periodic function is preferably used. In this case, by setting a predetermined threshold value, it becomes possible to easily and appropriately disperse the numerical calculation result by the mathematical function in the vertical direction of the threshold value, and the binary random number as described above. Can be generated in a more disordered state.
同様の理由から、前記周期関数としてsin関数やcos関数などの三角関数を用いることが好ましい。 For the same reason, it is preferable to use a trigonometric function such as a sin function or a cos function as the periodic function.
なお、上述した周期関数は周期性を有するが、その逆関数は一義的には決まらない。すなわち、前記逆関数の演算結果である数学的引数は一義的には決まらない。換言すれば、前記周期関数の演算結果は、上述した不確定な数学的引数を用いて得られるものであるので、周期性を有する連続的な数値として得られることはない。したがって、前記数学的引数の前記周期関数に対する演算結果を得、これを数値化することによって、より無秩序な乱数を生成できるものである。 The periodic function described above has periodicity, but the inverse function is not uniquely determined. That is, the mathematical argument that is the calculation result of the inverse function is not uniquely determined. In other words, the calculation result of the periodic function is obtained using the above-described uncertain mathematical argument, and thus is not obtained as a continuous numerical value having periodicity. Therefore, a more random number can be generated by obtaining a calculation result for the periodic function of the mathematical argument and digitizing it.
本発明においては、決定的結果を出力する第1の電子回路の出力結果と、非決定的結果を出力する第2の電子回路の出力結果とを演算し、前記演算による演算結果を数値化するという工程を複数回繰り返して複数の数値化した演算結果を得、これを所定の区分に分割し、乱数列を生成することもできる。この場合、各区分に属する乱数列が一つの乱数を構成することになる。 In the present invention, the output result of the first electronic circuit that outputs the deterministic result and the output result of the second electronic circuit that outputs the non-deterministic result are calculated, and the calculation result of the calculation is digitized. It is also possible to generate a random number sequence by repeating a process a plurality of times to obtain a plurality of numerical calculation results and dividing the result into predetermined sections. In this case, the random number sequence belonging to each section constitutes one random number.
また、前記繰り返しの演算工程において、前記第2の電子回路の前記非決定的結果として、最初の演算結果を数値化した2進数的演算結果、すなわち2進数的な乱数を用いることもできる。換言すれば、第1回目の工程において、前記第1の電子回路の出力結果と、前記第2の電子回路の非決定的な出力結果とを演算し、この演算結果を所定の閾値と比較して2進数的な乱数を生成し、次いで、2回目以降の、前記第1の電子回路の出力結果と、前記第2の電子回路の非決定的な出力結果とを演算する過程において、その第2の電子回路を用いた前記非決定的出力結果の代わりに前記2進数的な乱数を使用することもできる。 In the repetitive calculation step, a binary arithmetic result obtained by quantifying the first arithmetic result, that is, a binary random number may be used as the non-deterministic result of the second electronic circuit. In other words, in the first step, the output result of the first electronic circuit and the non-deterministic output result of the second electronic circuit are calculated, and the calculation result is compared with a predetermined threshold value. In the process of generating a binary random number and calculating the output result of the first electronic circuit and the non-deterministic output result of the second electronic circuit for the second time and thereafter, the second The binary random number may be used instead of the non-deterministic output result using an electronic circuit.
以上説明したように、本発明によれば、廉価かつ簡易な構成の装置を用いて、より無秩序な乱数を発生させる新規な方法、並びに前記方法に適用する装置を提供することができる。 As described above, according to the present invention, it is possible to provide a novel method for generating a more random random number using an inexpensive and simple device, and a device applied to the method.
以下、本発明の詳細、並びにその他の特徴及び利点について、最良の形態に基づいて詳細に説明する。 The details of the present invention and other features and advantages will be described in detail below based on the best mode.
高周波発振器に対して所定の雑音発生器からの雑音で周波数変調を行うと、前記出力は、
Vo=sin(ωct+mVn) (1)
のように周期関数で表すことができる。なお、Voは出力電圧であり、ωcはこの出力電圧の周波数であり、tは時間であり、mは変調指数であり、Vnは雑音電圧である。なお、前記雑音発生器がアナログ式である場合、所定のA/D変換器を用い、前記雑音発生器からの雑音電圧を適宜ディジタル化することができる。
When frequency modulation is performed with noise from a predetermined noise generator for a high-frequency oscillator, the output is
Vo = sin (ωct + mVn) (1)
It can be expressed by a periodic function as follows. Note that Vo is an output voltage, ωc is the frequency of this output voltage, t is time, m is a modulation index, and Vn is a noise voltage. When the noise generator is an analog type, a predetermined A / D converter can be used to appropriately digitize the noise voltage from the noise generator.
前記ωc及び前記mは、第1の電子回路としてのパーソナルコンピュータから決定的結果、すなわち数値として出力することができる。前記Vnは、第2の電子回路としての雑音発生回路から非決定的結果として出力することができる。したがって、これらの出力結果を乗算及び加算することによって、(1)式で表される周期関数の数学的引数とし、この数学的因数を用いて(1)式で表される周期関数を演算し、それを数値化すれば目的とする乱数を得ることができる。 The ωc and the m can be output as a deterministic result, that is, a numerical value from a personal computer as the first electronic circuit. The Vn can be output as a non-deterministic result from a noise generation circuit as the second electronic circuit. Therefore, by multiplying and adding these output results, it becomes a mathematical argument of the periodic function expressed by the equation (1), and the periodic function expressed by the equation (1) is calculated using this mathematical factor. If it is digitized, the target random number can be obtained.
このとき、所定の閾値を設定し、(1)式で表される周期関数の演算結果を前記閾値と比較し、その大小関係に応じて“0”又は“1”を割り当てるようにすれば、2進数的な乱数を得ることができるようになる。なお、前記演算結果に応じて前記閾値を適宜に変化させれば、無秩序性の高い乱数をより簡易に生成することができる。 At this time, if a predetermined threshold value is set, the calculation result of the periodic function expressed by the equation (1) is compared with the threshold value, and “0” or “1” is assigned according to the magnitude relationship, A binary random number can be obtained. In addition, if the threshold value is appropriately changed according to the calculation result, a random random number can be generated more easily.
また、(1)式で表される周期関数に対する複数の演算結果を得、これを数値化するとともに所定の区分で分割することによって乱数列を生成するようにすることもできる。この場合は、各乱数列が一つの乱数を構成するようになる。 It is also possible to generate a random number sequence by obtaining a plurality of calculation results for the periodic function represented by equation (1), digitizing the result, and dividing the result into predetermined sections. In this case, each random number sequence forms one random number.
(1)式の周期関数の、前記数学的因数に基づく演算は、前述した同じパーソナルコンピュータを用いて行うこともできるし、異なる超高速電子計算機などのコンピュータを用いることもできる。 The calculation based on the mathematical factor of the periodic function of the equation (1) can be performed using the same personal computer as described above, or a computer such as a different ultrahigh-speed electronic computer can be used.
(実施例)
所定のパーソナルコンピュータと、図1に示すダイオードを用いた雑音発生回路を用い、この雑音発生回路からの雑音をA/D変換器でディジタル化し、雑音電圧Vnとして前記パーソナルコンピュータ内に取り込んだ。なお、前記雑音電圧Vnは、+2047〜−2048の範囲内で変化させた。一方、前記パーソナルコンピュータでは、周波数ωcを0から0.314づつ増やし6280まで変化させ、変調指数mを0.01〜1015の範囲で変化させた。
(Example)
A noise generating circuit using a predetermined personal computer and a diode shown in FIG. 1 was used, and the noise from the noise generating circuit was digitized by an A / D converter and taken into the personal computer as a noise voltage Vn. The noise voltage Vn was changed within the range of +2047 to -2048. On the other hand, in the personal computer, the frequency ωc is increased from 0 by 0.314 to 6280, and the modulation index m is changed in the range of 0.01 to 10 15 .
このような条件で得た数学的引数に基づいて、(1)式に示す周期関数を演算し、次いで、演算結果を数値化した。次いで、得られた複数の数値化された演算結果を0レベルの閾値と比較するとともに、その大小関係に応じて“0”又は“1”を割り当て、複数の2進数的な数値を得た。次いで、前記2進数的な数値を8bitsずつに区切って10進数とし、図2に示すように、奇数番目の数字を横軸に、偶数番目の数字を横軸に割り当てプロットした。 Based on the mathematical argument obtained under such conditions, the periodic function shown in Equation (1) was calculated, and then the calculation result was digitized. Next, a plurality of obtained numerical calculation results were compared with a threshold of 0 level, and “0” or “1” was assigned according to the magnitude relationship to obtain a plurality of binary numerical values. Next, the binary numbers were divided into 8 bits each to be a decimal number, and as shown in FIG. 2, odd numbers were assigned to the horizontal axis and even numbers were assigned to the horizontal axis for plotting.
図2から明らかなように、前記プロットは図の前面に均等に分布し、乱数になっていることが判る。また、mが0.1以上の場合においては、米国、NISTのFIPS140-2の検定に合格した。しかしながら、mが0.01の場合は、前記検定の内、ポーカテストとランテストには不合格となった。したがって、mを0.1以上とすることにより、十分に無秩序化した乱数が得られることが分かる。 As is apparent from FIG. 2, it can be seen that the plots are evenly distributed in the front of the figure and are random numbers. In addition, when m is 0.1 or more, it passed the FIPS140-2 test of NIST, USA. However, when m was 0.01, the poker test and the run test were rejected. Therefore, it can be seen that sufficiently random numbers can be obtained by setting m to 0.1 or more.
以上、具体例を挙げながら発明の実施の形態に基づいて本発明を詳細に説明してきたが、本発明は上記内容に限定されるものではなく、本発明の範疇を逸脱しない限りにおいてあらゆる変形や変更が可能である。 As described above, the present invention has been described in detail based on the embodiments of the present invention with specific examples. However, the present invention is not limited to the above contents, and all modifications and changes are made without departing from the scope of the present invention. It can be changed.
例えば、図1に示す雑音発生回路に代えてより高速化した雑音発生回路を用いることもできる。図3は、高速化に使用する発振器の一例を示す回路図である。この場合、図1に示す雑音発生回路の出力端子を図3に示す回路の雑音入力端子に接続し、図3に示す発振器から出力された信号をA/D変換器でディジタル化することにより、高速で雑音信号を得ることができるようになる。この態様は、使用する電子計算機などのコンピュータが高速化した場合において有利である。 For example, a noise generation circuit with higher speed can be used instead of the noise generation circuit shown in FIG. FIG. 3 is a circuit diagram showing an example of an oscillator used for speeding up. In this case, the output terminal of the noise generating circuit shown in FIG. 1 is connected to the noise input terminal of the circuit shown in FIG. 3, and the signal output from the oscillator shown in FIG. 3 is digitized by an A / D converter. A noise signal can be obtained at high speed. This aspect is advantageous when the speed of a computer such as an electronic computer used is increased.
また、A/D変換器の変換速度は秒速1万回から10万回程度である。一方、電子計算機などのコンピュータの計算速度は秒速1億回程度まで高速化されている場合がある。このような場合においては、前記A/D変換器の出力が不足し、乱数を生成する際の演算において、同じ雑音信号(雑音電圧)を使用することになり、前記乱数の無秩序性が劣化してしまう場合がある。 The conversion speed of the A / D converter is about 10,000 to 100,000 times per second. On the other hand, the calculation speed of a computer such as an electronic computer may be increased to about 100 million times per second. In such a case, the output of the A / D converter is insufficient, and the same noise signal (noise voltage) is used in the calculation when generating the random number, and the randomness of the random number deteriorates. May end up.
この対策として、最初の或る時間に、前記雑音発生器からのディジタル化した雑音信号を例えば2万個採取し、次の或る時間に更に2万個採取し、これらをベクトル的に乗算し、2万×2万個の2次元ベクトルデータを作る。各時間に得られる雑音信号は非決定的で不確定であるため、前記2次元ベクトルデータも不確定となる。したがって、前記雑音信号の代わりに前記2次元ベクトルデータを非決定的結果として使用することができる。 As a countermeasure, for example, 20,000 digitized noise signals from the noise generator are sampled at a certain first time, and another 20,000 samples are sampled at the next certain time, and these are multiplied in vector. 20,000 x 20,000 2D vector data is created. Since the noise signal obtained at each time is nondeterministic and uncertain, the two-dimensional vector data is uncertain. Therefore, the two-dimensional vector data can be used as a non-deterministic result instead of the noise signal.
この場合、前記2次元ベクトルデータにおいて、列方向または行方向の要素を使うと短い周期性が現れやすくなるので、前記2次元ベクトルデータの対角要素を使用することが好ましい。 In this case, it is preferable to use diagonal elements of the two-dimensional vector data because short periodicity tends to appear when the elements in the column direction or the row direction are used in the two-dimensional vector data.
また、前記2万×2万個の2次元ベクトルの各要素を使い切ったら、新たに前記雑音発生器からのディジタル化した雑音信号を採取する手順を繰り返す。これによって、常に新たな非決定的結果を得ることができる。 When each element of the 20,000 × 20,000 two-dimensional vectors is used up, a procedure for newly collecting a digitized noise signal from the noise generator is repeated. As a result, new non-deterministic results can always be obtained.
また、上述した操作を繰り返し、前記2次元ベクトルデータの代わりに3次元ベクトルデータ又は4次元ベクトルデータ、さらにはより多次元のベクトルデータを用いることもできる。 Further, by repeating the above-described operation, three-dimensional vector data, four-dimensional vector data, or even more multidimensional vector data can be used instead of the two-dimensional vector data.
Claims (22)
前記演算による演算結果を数値化し、乱数を生成する第2の工程と、
を具えることを特徴とする、乱数生成方法。 A first step of calculating an output result of a first electronic circuit that outputs a deterministic result and an output result of a second electronic circuit that outputs a non-deterministic result;
A second step of digitizing a calculation result of the calculation and generating a random number;
A random number generation method characterized by comprising:
前記演算による演算結果を数値化する第2の工程と、
前記第1の工程及び前記第2の工程を繰り返して得た複数の数値化した演算結果を所定の区分に分割し、乱数列を生成する第3の工程と、
を具えることを特徴とする、乱数生成方法。 A first step of calculating an output result of a first electronic circuit that outputs a deterministic result and an output result of a second electronic circuit that outputs a non-deterministic result;
A second step of digitizing the calculation result of the calculation;
A third step of dividing a plurality of numerical calculation results obtained by repeating the first step and the second step into predetermined sections and generating a random number sequence;
A random number generation method characterized by comprising:
前記第3の工程において、複数の前記2進数的な演算結果を得、この複数の2進数的な演算結果を所定の区分に分割して、前記乱数列を生成することを特徴とする、請求項10に記載の乱数生成方法。 In the second step, the operation result that has been digitized is compared with a predetermined threshold value, and a numerical value of “0” or “1” is assigned based on the magnitude relationship between the operation result and the threshold value. Get the result,
In the third step, a plurality of binary arithmetic results are obtained, the plurality of binary arithmetic results are divided into predetermined sections, and the random number sequence is generated. Item 11. The random number generation method according to Item 10.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2004072519A JP2005259004A (en) | 2004-03-15 | 2004-03-15 | Random number generating method and device |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2004072519A JP2005259004A (en) | 2004-03-15 | 2004-03-15 | Random number generating method and device |
Publications (1)
Publication Number | Publication Date |
---|---|
JP2005259004A true JP2005259004A (en) | 2005-09-22 |
Family
ID=35084628
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2004072519A Pending JP2005259004A (en) | 2004-03-15 | 2004-03-15 | Random number generating method and device |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP2005259004A (en) |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2009070009A (en) * | 2007-09-12 | 2009-04-02 | Sony Corp | Random number generation device and random number generation method |
KR102137705B1 (en) * | 2020-05-27 | 2020-07-27 | (주)Yh데이타베이스 | Random number method based on mean value theorem |
-
2004
- 2004-03-15 JP JP2004072519A patent/JP2005259004A/en active Pending
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2009070009A (en) * | 2007-09-12 | 2009-04-02 | Sony Corp | Random number generation device and random number generation method |
KR102137705B1 (en) * | 2020-05-27 | 2020-07-27 | (주)Yh데이타베이스 | Random number method based on mean value theorem |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
Li et al. | Dynamic analysis of digital chaotic maps via state-mapping networks | |
L'Ecuyer | History of uniform random number generation | |
JP3696209B2 (en) | Seed generation circuit, random number generation circuit, semiconductor integrated circuit, IC card and information terminal device | |
Dabal et al. | A chaos-based pseudo-random bit generator implemented in FPGA device | |
Einav | On Villani's conjecture concerning entropy production for the Kac master equation | |
Fan et al. | Counteracting the dynamic degradation of high-dimensional digital chaotic systems via a stochastic jump mechanism | |
JP2002268875A (en) | Random number generating device | |
Wang et al. | Analysis of the Time Series Generated by a New High‐Dimensional Discrete Chaotic System | |
JP5670849B2 (en) | Pseudorandom number generation device and pseudorandom number generation method | |
Gupta et al. | Coupled variable‐input LCG and clock divider‐based large period pseudo‐random bit generator on FPGA | |
Souza et al. | Pseudo-chaotic sequences generated by the discrete Arnold’s map over Z 2 m: Period analysis and FPGA implementation | |
Luo et al. | Design and FPGA implementation of a high-speed PRNG based on an nD non-degenerate chaotic system | |
JP2005259004A (en) | Random number generating method and device | |
Nikolic et al. | Advancement of true random number generators based on sound cards through utilization of a new post-processing method | |
Wu et al. | An Iteration‐Time Combination Method to Reduce the Dynamic Degradation of Digital Chaotic Maps | |
Huang et al. | Performance of finite precision on discrete Chaotic map based on a feedback shift register | |
Devi et al. | Design of Hybrid True Random Number Generator for Cryptographic Applications. | |
Solomko et al. | Study of carry optimization while adding binary numbers in the rademacher number-theoretic basis | |
Bakiri et al. | One random jump and one permutation: Sufficient conditions to chaotic, statistically faultless, and large throughput PRNG for FPGA | |
Tatlıcıoğlu | A simple chaotic system using signum function | |
GARİPCAN et al. | Hardware implementation of chaotic zigzag map based bitwise dynamical PRNG on FPGA | |
Falih | A Pseudorandom Binary Generator Based on Chaotic Linear Feedback Shift Register | |
Keller | Chaotic pseudo random number generators: A case study on replication study challenges | |
JPWO2006054476A1 (en) | Random number generation method and random number generation device | |
Guo et al. | Parallel and real-time post-processing for quantum random number generators |