A web application for simulating physical phenomena.
Currently, this web application implements a simulation of Brownian motion using a stochastic model. It uses a linear feedback shift register (LFSR) for random number generation, which is implemented by myself. It also allows you to choose the primitive polynomial to be used for the LFSR.
物理現象のシミュレーションをパラメータを操作して再現できるWebアプリケーションです
現在このWebアプリケーションには確率モデルを用いたブラウン運動のシミュレーションが実装されています。 乱数生成には線形帰還シフトレジスタ(LFSR)を用いており、自前で実装しています。 またLFSRに使用する原始多項式を選べるようになっています。